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 b858788 commit e9cdfb1Copy full SHA for e9cdfb1
external/CMakeLists.txt
@@ -55,7 +55,7 @@ if(HELLOIMGUI_HAS_OPENGL AND NOT IMGUI_BUNDLE_DISABLE_IMMVISION)
55
56
find_package(nlohmann_json CONFIG QUIET)
57
if(nlohmann_json_FOUND)
58
- target_link_libraries(${HELLOIMGUI_TARGET} PRIVATE nlohmann_json::nlohmann_json)
+ target_link_libraries(immvision PRIVATE nlohmann_json::nlohmann_json)
59
else()
60
# use nlohmann_json provided by hello_imgui if not found in package
61
target_link_libraries(immvision PRIVATE nlohmann_json)
0 commit comments