Skip to content

Commit

Permalink
fix cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR (
Browse files Browse the repository at this point in the history
  • Loading branch information
bebuch committed Oct 31, 2023
1 parent 58d6aa5 commit cdb2906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ target_include_directories(
${NLOHMANN_JSON_TARGET_NAME}
${NLOHMANN_JSON_SYSTEM_INCLUDE} INTERFACE
$<BUILD_INTERFACE:${NLOHMANN_JSON_INCLUDE_BUILD_DIR}>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${NLOHMANN_JSON_INCLUDE_INSTALL_DIR}>
)

## add debug view definition file for msvc (natvis)
Expand Down

0 comments on commit cdb2906

Please sign in to comment.