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 4ed30be + f1fb525 commit 2870675Copy full SHA for 2870675
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.5 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.8.1 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}")
src/extensions/cafrun-foot
@@ -1,4 +1,4 @@
1
-Usage()
+usage()
2
{
3
cmd=$(basename "$0")
4
echo ""
0 commit comments