Skip to content

Commit

Permalink
fix: Update cmake install target (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzenker committed Apr 21, 2021
1 parent 1b74158 commit 379e712
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 @@ -38,7 +38,7 @@ target_link_libraries(hsm INTERFACE Boost::boost)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)

set(hsm_include_directory "${CMAKE_INSTALL_INCLUDEDIR}/hsm")
set(hsm_include_directory "${CMAKE_INSTALL_INCLUDEDIR}")

install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
Expand Down

0 comments on commit 379e712

Please sign in to comment.