Skip to content

Commit

Permalink
Removing RPATH handling from exo2yml and yml2exo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Feb 3, 2024
1 parent 6f38539 commit f37bd03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tools/exo2yml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ project(exo2yml LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

find_package(yaml-cpp 0.7 REQUIRED)

Expand Down
2 changes: 0 additions & 2 deletions tools/yml2exo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ project(yml2exo LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

find_package(yaml-cpp 0.7 REQUIRED)

Expand Down

0 comments on commit f37bd03

Please sign in to comment.