From 5182811edf258c85a405dfad76985885bd0159ab Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 8 Apr 2026 15:59:55 -0400 Subject: [PATCH] Fix UCS4 introspection source path Signed-off-by: Rui Chen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3e873feb..2ec4ac471 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ set ( JF_LIB_SRCS src/json_kinds.F90 src/json_file_module.F90 src/json_module.F90 ) file ( GLOB JF_TEST_SRCS "test/jf_test_*.F90" ) -set ( JF_TEST_UCS4_SUPPORT_SRC "${PROJECT_SOURCE_DIR}/src/tests/introspection/test_iso_10646_support.f90") +set ( JF_TEST_UCS4_SUPPORT_SRC "${PROJECT_SOURCE_DIR}/test/introspection/test_iso_10646_support.f90") #----------------------------------------- # Collect all the mod files into their own