We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af94ac5 commit d7638fbCopy full SHA for d7638fb
.VERSION
@@ -0,0 +1 @@
1
+8.3.0
.VERSION.in
+${PROJECT_VERSION}
CMakeLists.txt
@@ -40,6 +40,9 @@ project (
40
LANGUAGES Fortran
41
)
42
43
+# write the version file
44
+configure_file(${CMAKE_SOURCE_DIR}/.VERSION.in ${CMAKE_SOURCE_DIR}/.VERSION)
45
+
46
if(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
47
option(JSON_FORTRAN_USE_OpenCoarrays
48
"Build JSON-Fortran with support for linking against OpenCoarray programs" OFF)
0 commit comments