nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index b3291cc..11e7ad1 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -32,8 +32,6 @@ endif()
6
7 if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
8 add_compile_options(-Wall)
9- # Don't use -rpath.
10- set(CMAKE_SKIP_RPATH ON CACHE BOOL "Skip RPATH" FORCE)
11 endif()
12
13 if(CMAKE_C_COMPILER_ID STREQUAL "SunPro")