Skip to content

Commit 3fc66f1

Browse files
committed
temporarily comment out CMAKE_BUILD_WITH_INSTALL_RPATH as it breaks demos (#179, #174)
1 parent a8b6fbb commit 3fc66f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(LIBRARY_TARGET_NAME ${PROJECT_NAME})
2121
message(USING Qt${QT_VERSION_MAJOR})
2222

2323
set(CMAKE_SKIP_BUILD_RPATH FALSE)
24-
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
24+
#set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) # note: this breaks the demos
2525
set(CMAKE_INSTALL_RPATH $ORIGIN)
2626

2727
add_subdirectory(src)

0 commit comments

Comments
 (0)