From da789b067c06a15afa67d4fbbae94b053c2812fc Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 25 Jun 2019 05:36:33 -0400 Subject: [PATCH] fix up install. Thanks @NaoPross ! --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 961b39d6..dccec9d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ set_target_properties(sol2 target_include_directories(sol2 INTERFACE $ - $) + $) # # Version configurations configure_package_config_file( @@ -136,7 +136,7 @@ install(EXPORT sol2 DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/sol2") install(DIRECTORY include/ - DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sol/include") + DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sol") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-config.cmake"