forked from pool/cmake
aeaf863046
- Update cmake conditionals to make sure the multibuild is nicely leveraged OBS-URL: https://build.opensuse.org/request/show/745353 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=380
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})
|