We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebc2a3 commit c6936e2Copy full SHA for c6936e2
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 2.0.0 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