Skip to content

Commit c130b29

Browse files
committed
attempt to fix cmake for new test file extension.
1 parent 18433e8 commit c130b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set ( JF_LIB_SRCS src/json_kinds.F90
5454
src/json_value_module.F90
5555
src/json_file_module.F90
5656
src/json_module.F90 )
57-
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
57+
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
5858
set ( JF_TEST_UCS4_SUPPORT_SRC "${CMAKE_SOURCE_DIR}/src/tests/introspection/test_iso_10646_support.f90")
5959

6060
#-----------------------------------------

0 commit comments

Comments
 (0)