Skip to content

Commit

Permalink
Merge pull request #4 from tambry/develop
Browse files Browse the repository at this point in the history
[cmake] Install config files into architecture-independent directory
  • Loading branch information
Sil3ntStorm authored Dec 28, 2022
2 parents 114584e + 0d1781b commit 36ff586
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 @@ -45,7 +45,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PATH "Installation directory for header fi
if (WIN32 AND NOT CYGWIN)
set (DEF_INSTALL_CMAKE_DIR cmake)
else ()
set (DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/websocketpp)
set (DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_PREFIX}/lib/cmake/websocketpp)
endif ()
set (INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")

Expand Down

0 comments on commit 36ff586

Please sign in to comment.