Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/diamond/files/patch-CMakeLists.txt
16461 views
1
--- CMakeLists.txt.orig 2022-02-19 20:16:57 UTC
2
+++ CMakeLists.txt
3
@@ -31,7 +31,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
4
elseif(CMAKE_SYSTEM_NAME MATCHES "(Linux|OpenBSD|FreeBSD|NetBSD|DragonFly)")
5
include(GNUInstallDirs)
6
7
- set(CMAKE_INSTALL_RPATH "\$ORIGIN")
8
+ # set(CMAKE_INSTALL_RPATH "\$ORIGIN")
9
10
elseif(MSVC)
11
# use defaults
12
@@ -109,4 +109,4 @@ message("")
13
message("Diamond configured to run on: ${CMAKE_SYSTEM_NAME} ${TARGETBITS} bit, ${CMAKE_BUILD_TYPE} Mode")
14
message("Diamond will be built in: ${CMAKE_BINARY_DIR}")
15
message("Diamond will be installed in: ${CMAKE_INSTALL_PREFIX}")
16
-message("\n")
17
\ No newline at end of file
18
+message("\n")
19
20