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 18433e8 commit c130b29Copy full SHA for c130b29
CMakeLists.txt
@@ -54,7 +54,7 @@ set ( JF_LIB_SRCS src/json_kinds.F90
54
src/json_value_module.F90
55
src/json_file_module.F90
56
src/json_module.F90 )
57
-file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
+file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
58
set ( JF_TEST_UCS4_SUPPORT_SRC "${CMAKE_SOURCE_DIR}/src/tests/introspection/test_iso_10646_support.f90")
59
60
#-----------------------------------------
0 commit comments