remove Qt framework forcing on CMAKE_PREFIX_PATH

This commit is contained in:
Davide Gerhard 2019-04-23 18:51:55 +02:00
parent 3c8eb44abf
commit 1c12b9ddb6
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_L
message(FATAL_ERROR "SDRangel requires GCC version 4.9 or higher!")
endif()
# QT Framework
set(CMAKE_PREFIX_PATH "/Applications/Qt/5.7/clang_64/lib/cmake")
# use, i.e. don't skip the full RPATH for the build tree
set(CMAKE_SKIP_BUILD_RPATH FALSE)