We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0c58f commit 679253bCopy full SHA for 679253b
CMakeLists.txt
@@ -45,7 +45,7 @@ project (
45
)
46
47
# write the version file
48
-configure_file(${CMAKE_SOURCE_DIR}/.VERSION.in ${CMAKE_SOURCE_DIR}/.VERSION)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/.VERSION.in ${CMAKE_CURRENT_SOURCE_DIR}/.VERSION)
49
50
if(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
51
option(JSON_FORTRAN_USE_OpenCoarrays
0 commit comments