forked from qt-creator/qt-creator
Tests: Fix cmake policy warning
CMake Warning (dev) at tests/manual/debugger/simple/CMakeLists.txt:18 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Change-Id: I61d741550376fe6b3827977f4f43820f5f6824cb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
e3c41b3563
commit
f7fbb2dd9d
@@ -15,7 +15,7 @@ endif()
|
|||||||
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Gui Network Widgets)
|
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Gui Network Widgets)
|
||||||
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Gui Network Widgets)
|
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Gui Network Widgets)
|
||||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Script Webkit WebkitWidgets QUIET)
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Script Webkit WebkitWidgets QUIET)
|
||||||
find_package(Boost QUIET)
|
find_package(Boost CONFIG QUIET)
|
||||||
find_package(Eigen2 QUIET)
|
find_package(Eigen2 QUIET)
|
||||||
find_package(Eigen3 QUIET)
|
find_package(Eigen3 QUIET)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user