We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebc2a3 commit bc54446Copy full SHA for bc54446
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.0)
2
3
#Name project and specify source languages
4
-project(opencoarrays VERSION 1.0.0 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.0.1 LANGUAGES C Fortran)
5
6
#Print an error message on an attempt to build inside the source directory tree:
7
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
0 commit comments