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 2997e48 commit 0072765Copy full SHA for 0072765
SuperBuild/External_nlohmann_json.cmake
@@ -58,6 +58,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
58
# Install directories
59
-Dnlohmann_json_INSTALL_RUNTIME_DIR:STRING=${Slicer_INSTALL_THIRDPARTY_LIB_DIR}
60
-Dnlohmann_json_INSTALL_LIBRARY_DIR:STRING=${Slicer_INSTALL_THIRDPARTY_LIB_DIR}
61
+ -DCMAKE_INSTALL_LIBDIR:STRING=${Slicer_INSTALL_THIRDPARTY_LIB_DIR} # Skip default initialization by GNUInstallDirs CMake module
62
# Options
63
-DCMAKE_INSTALL_PREFIX:PATH=${EP_INSTALL_DIR}
64
-DBUILD_TESTING:BOOL=OFF
0 commit comments