Skip to content

Commit

Permalink
temporarily comment out CMAKE_BUILD_WITH_INSTALL_RPATH as it breaks d…
Browse files Browse the repository at this point in the history
…emos (#179, #174)
  • Loading branch information
attila-tokes committed Jan 24, 2025
1 parent a8b6fbb commit 3fc66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(LIBRARY_TARGET_NAME ${PROJECT_NAME})
message(USING Qt${QT_VERSION_MAJOR})

set(CMAKE_SKIP_BUILD_RPATH FALSE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
#set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) # note: this breaks the demos
set(CMAKE_INSTALL_RPATH $ORIGIN)

add_subdirectory(src)
Expand Down

0 comments on commit 3fc66f1

Please sign in to comment.