Skip to content

Commit

Permalink
fixed last PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Barcalow committed Nov 5, 2019
1 parent ba10c12 commit 0b1513c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ FIND_PACKAGE(k4abt REQUIRED)
# behavior of the Windows loader, which searches for DLLs in the path of the
# executable.
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
set(CMAKE_BUILD_WITH_INSTALL_RPATH YES)
set(CMAKE_INSTALL_RPATH "\$ORIGIN")
set(CMAKE_BUILD_RPATH "\$ORIGIN")
endif()

# If using clang or GCC, set default visibilty to hidden
Expand Down

0 comments on commit 0b1513c

Please sign in to comment.