We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b6fbb commit 3fc66f1Copy full SHA for 3fc66f1
CMakeLists.txt
@@ -21,7 +21,7 @@ set(LIBRARY_TARGET_NAME ${PROJECT_NAME})
21
message(USING Qt${QT_VERSION_MAJOR})
22
23
set(CMAKE_SKIP_BUILD_RPATH FALSE)
24
-set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
+#set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) # note: this breaks the demos
25
set(CMAKE_INSTALL_RPATH $ORIGIN)
26
27
add_subdirectory(src)
0 commit comments