]> git.pld-linux.org Git - packages/websocketpp.git/blame - websocketpp-cmake_noarch.patch
- updated to 0.8.2
[packages/websocketpp.git] / websocketpp-cmake_noarch.patch
CommitLineData
6313f9e6
JB
1websocketpp-0.7.0-cmake_noarch.patch from Fedora
2# put cmake files in share/cmake instead of lib/cmake
3
4diff -up websocketpp-0.7.0/CMakeLists.txt.cmake_noarch websocketpp-0.7.0/CMakeLists.txt
5--- websocketpp-0.7.0/CMakeLists.txt.cmake_noarch 2016-02-22 07:30:10.000000000 -0600
6+++ websocketpp-0.7.0/CMakeLists.txt 2016-09-15 13:05:59.012179625 -0500
7@@ -19,7 +19,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PA
8 if (WIN32 AND NOT CYGWIN)
9 set (DEF_INSTALL_CMAKE_DIR cmake)
10 else ()
11- set (DEF_INSTALL_CMAKE_DIR lib/cmake/websocketpp)
12+ set (DEF_INSTALL_CMAKE_DIR share/cmake/websocketpp)
13 endif ()
14 set (INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")
15
This page took 0.112369 seconds and 4 git commands to generate.