Skip to content

Commit

Permalink
Revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvassilev authored and vgvassilev committed Aug 30, 2023
1 parent c7b50a8 commit eb4d98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ include(CheckCXXCompilerFlag)

string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)

#set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")

macro(xeus_cpp_set_common_options target_name)
if (MSVC)
Expand All @@ -167,7 +167,7 @@ macro(xeus_cpp_set_common_options target_name)

if (APPLE)
set_target_properties(${target_name} PROPERTIES
MACOSX_RPATH OFF
MACOSX_RPATH ON
)
else ()
set_target_properties(${target_name} PROPERTIES
Expand Down

0 comments on commit eb4d98a

Please sign in to comment.