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 58d6aa5 commit cdb2906Copy full SHA for cdb2906
CMakeLists.txt
@@ -122,7 +122,7 @@ target_include_directories(
122
${NLOHMANN_JSON_TARGET_NAME}
123
${NLOHMANN_JSON_SYSTEM_INCLUDE} INTERFACE
124
$<BUILD_INTERFACE:${NLOHMANN_JSON_INCLUDE_BUILD_DIR}>
125
- $<INSTALL_INTERFACE:include>
+ $<INSTALL_INTERFACE:${NLOHMANN_JSON_INCLUDE_INSTALL_DIR}>
126
)
127
128
## add debug view definition file for msvc (natvis)
0 commit comments