Update CMakeLists.txt

This commit is contained in:
Arnaud Botella
2024-07-10 10:15:01 +02:00
committed by GitHub
parent d3abd19fea
commit caa92e6742

View File

@@ -76,10 +76,8 @@ else()
option(ABSL_ENABLE_INSTALL "Enable install rule" ON)
endif()
set(CMAKE_INSTALL_RPATH "$ORIGIN")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY ON)
set(CMAKE_BUILD_RPATH_USE_ORIGIN ON)
option(ABSL_PROPAGATE_CXX_STD