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 ab23ae3 commit 8ea6e25Copy full SHA for 8ea6e25
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.7.3 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.7.4 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