We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cd70f commit fef5538Copy full SHA for fef5538
casbin/CMakeLists.txt
@@ -77,7 +77,7 @@ add_library(casbin STATIC ${CASBIN_SOURCE_FILES})
77
78
target_precompile_headers(casbin PRIVATE ${CASBIN_INCLUDE_DIR}/casbin/pch.h)
79
target_include_directories(casbin PRIVATE ${CASBIN_INCLUDE_DIR})
80
-target_link_libraries(casbin PRIVATE nlohmann_json::nlohmann_json)
+target_link_libraries(casbin PUBLIC nlohmann_json::nlohmann_json)
81
82
set_target_properties(casbin PROPERTIES
83
PREFIX ""
0 commit comments