We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9cc32 commit 648ac42Copy full SHA for 648ac42
CMakeLists.txt
@@ -21,16 +21,6 @@ option(NOISY_LOGGING "Noisy logging" ON)
21
# Version information
22
set(WOFF2_VERSION 1.0.2)
23
24
-# When building shared libraries it is important to set the correct rpath
25
-# See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH
26
-set(CMAKE_SKIP_BUILD_RPATH FALSE)
27
-set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
28
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
29
-list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_LIBDIR}" isSystemDir)
30
-if ("${isSystemDir}" STREQUAL "-1")
31
- set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}")
32
-endif()
33
-
34
# Find Brotli dependencies
35
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
36
find_package(BrotliDec)
0 commit comments