26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
|
--- freecell-solver-5.0.0/CMakeLists.txt.Orig 2018-11-04 12:35:13.489403737 +0200
|
||
|
+++ freecell-solver-5.0.0/CMakeLists.txt 2018-11-04 12:35:41.265314514 +0200
|
||
|
@@ -84,18 +84,18 @@
|
||
|
### (Taken from that wiki page)
|
||
|
|
||
|
# use, i.e. don't skip the full RPATH for the build tree
|
||
|
-SET(CMAKE_SKIP_BUILD_RPATH FALSE)
|
||
|
+# SET(CMAKE_SKIP_BUILD_RPATH FALSE)
|
||
|
|
||
|
# when building, don't use the install RPATH already
|
||
|
# (but later on when installing)
|
||
|
-SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
|
||
|
+# SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
|
||
|
|
||
|
# the RPATH to be used when installing
|
||
|
-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
|
||
|
+# SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
|
||
|
|
||
|
# add the automatically determined parts of the RPATH
|
||
|
# which point to directories outside the build tree to the install RPATH
|
||
|
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||
|
+# SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||
|
|
||
|
SET (STATES_TYPE "INDIRECT_STACK_STATES" CACHE STRING
|
||
|
"States Type ('INDIRECT_STACK_STATES', or 'COMPACT_STATES'). No need to usually change.")
|