websocketpp/websocketpp-0.8.3-cmake_noarch.patch
Wolfgang Stöggl eef43b4393 Update to post-release git snapshot on 0.8.2
Use commit b9aeec6 from websocketpp develop branch, in order to allow
building with Boost 1.90 using an upstream patch from PR
https://github.com/zaphoyd/websocketpp/pull/1164

- Add patch:
  websocketpp-0.8.2-compatibility_fixes_for_boost_1.87.patch, which
  fixes FTBFS with Boost 1.90
- Update cmake_noarch patch
- Drop patches:
  websocketpp-0.8.2-fix-cmake-find-boost.patch
  websocketpp-0.8.2-cpp20-fixes.patch
  websocketpp-0.8.2-cmake40.patch
2026-01-27 20:27:10 +01:00

11 lines
488 B
Diff

--- a/CMakeLists.txt 2022-05-24 17:42:50.000000000 +0200
+++ b/CMakeLists.txt 2026-01-27 20:15:14.456352600 +0100
@@ -45,7 +45,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PA
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 share/cmake/websocketpp)
endif ()
set (INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")