Skip to content

Commit

Permalink
src/CMakeLists.txt - fix forwarding headers installation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jul 21, 2023
1 parent b830780 commit 996f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
${CMAKE_CURRENT_BINARY_DIR}/KDSingleApplication
)

install(FILES ${kdsingleapplication_HEADERS} DESTINATION ${INSTALL_INCLUDE_DIR}/kdsingleapplication)
install(FILES ${kdsingleapplication_HEADERS} DESTINATION ${KDSINGLEAPPLICATION_INCLUDEDIR})

if(MSVC AND NOT ${PROJECT_NAME}_STATIC)
install(
Expand Down

0 comments on commit 996f697

Please sign in to comment.