forked from pool/cmake
14 lines
471 B
Diff
14 lines
471 B
Diff
|
Index: cmake-3.15.4/Source/QtDialog/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- cmake-3.15.4.orig/Source/QtDialog/CMakeLists.txt
|
||
|
+++ cmake-3.15.4/Source/QtDialog/CMakeLists.txt
|
||
|
@@ -3,7 +3,7 @@
|
||
|
|
||
|
project(QtDialog)
|
||
|
CMake_OPTIONAL_COMPONENT(cmake-gui)
|
||
|
-find_package(Qt5Widgets QUIET)
|
||
|
+find_package(Qt5Widgets)
|
||
|
if (Qt5Widgets_FOUND)
|
||
|
include_directories(${Qt5Widgets_INCLUDE_DIRS})
|
||
|
add_definitions(${Qt5Widgets_DEFINITONS})
|