From 1c12b9ddb6e8562afa7ff2869f88bea6217a8acb Mon Sep 17 00:00:00 2001 From: Davide Gerhard Date: Tue, 23 Apr 2019 18:51:55 +0200 Subject: [PATCH] remove Qt framework forcing on CMAKE_PREFIX_PATH --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b95fa9d65..a7d7df5f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)