We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8a52 commit 644f2b4Copy full SHA for 644f2b4
src/CMakeLists.txt
@@ -62,7 +62,7 @@ if (JSON_VALIDATOR_INSTALL)
62
NAMELINK_COMPONENT nlohmann_json_schema_validator_Development
63
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT nlohmann_json_schema_validator_Development
64
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nlohmann COMPONENT nlohmann_json_schema_validator_Development
65
- RUNTIME DESTINATION ${CMAKE_INSTALL_RUNTIMEDIR} COMPONENT nlohmann_json_schema_validator_Runtime)
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT nlohmann_json_schema_validator_Runtime)
66
else ()
67
install(TARGETS nlohmann_json_schema_validator
68
EXPORT nlohmann_json_schema_validatorTargets
0 commit comments