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.
2 parents 0696306 + d88bb3b commit 1454647Copy full SHA for 1454647
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.8.1 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.8.3 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