We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06af4e0 commit b6185d1Copy full SHA for b6185d1
CMakeLists.txt
@@ -7,7 +7,7 @@ set ( CMAKE_BUILD_TYPE "Release"
7
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
8
9
#Name project and specify source languages
10
-project(opencoarrays VERSION 1.3.1 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.3.2 LANGUAGES C Fortran)
11
12
#Print an error message on an attempt to build inside the source directory tree:
13
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
0 commit comments