We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c24d3 commit 48d46aaCopy full SHA for 48d46aa
CMakeLists.txt
@@ -17,11 +17,11 @@ include(FetchContent)
17
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
18
FetchContent_MakeAvailable(json)
19
20
-target_link_libraries(cpp-i18n PRIVATE nlohmann_json::nlohmann_json)
+target_link_libraries(cpp-i18n PUBLIC nlohmann_json::nlohmann_json)
21
22
# Build tests
23
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
24
if (BUILD_TESTING)
25
add_subdirectory(tests)
26
endif()
27
-endif()
+endif()
0 commit comments