Skip to content

Commit ae59122

Browse files
committed
chore: remove commented out install runtime path configuration in CMakeLists.txt
Log: Change-Id: I4495e79f8db5141805f7dcb7640fd3b72e8b98e7
1 parent 9c95b5d commit ae59122

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,13 @@ set(INCLUDE_INSTALL_RPEFIX "/usr/include/${PROJECT_NAME}")
4141

4242
set(PLUGIN_INSTALL_PATH ${LIBRARY_INSTALL_PREFIX}/plugins)
4343
set(TOOLS_INSTALL_PATH ${LIBRARY_INSTALL_PREFIX}/tools)
44-
# set install runtime path
45-
# set(CMAKE_INSTALL_RPATH ${LIBRARY_INSTALL_PREFIX} ${PLUGIN_PATH})
4644

4745
message(STATUS "LIBRARY_INSTALL_PREFIX ${LIBRARY_INSTALL_PREFIX}")
4846
message(STATUS "RUNTIME_INSTALL_RPEFIX ${RUNTIME_INSTALL_RPEFIX}")
4947
message(STATUS "SOURCES_INSTALL_RPEFIX ${SOURCES_INSTALL_RPEFIX}")
5048
message(STATUS "INCLUDE_INSTALL_RPEFIX ${INCLUDE_INSTALL_RPEFIX}")
5149
message(STATUS "PLUGIN_INSTALL_PATH ${PLUGIN_INSTALL_PATH}")
5250
message(STATUS "TOOLS_INSTALL_PATH ${TOOLS_INSTALL_PATH}")
53-
# message(STATUS "CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_RPATH}")
5451

5552
# build runtime path
5653
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE})

0 commit comments

Comments
 (0)