瀏覽代碼

cmake: build with rpath's, they are removed on install

This allows to build and run tests (on Linux) linked against the shared library
Anonymous Maarten 3 年之前
父節點
當前提交
14ffaba399
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -1669,7 +1669,6 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU)
     elseif(SOLARIS)
       set(SDL_RLD_FLAGS "-R\${libdir}")
     endif()
-    set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
     set(HAVE_RPATH TRUE)
   endif()