summaryrefslogtreecommitdiffstats
path: root/src/network/configure.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-03 14:08:17 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-05-03 13:39:48 +0000
commit9618434de56644fb61a76d4a3eb2176d629023fc (patch)
tree960c6404b37f9552a00cb34c4cc16f13d20b8e62 /src/network/configure.cmake
parentd8cdbc4f97b030e8ae93fa63f6a4b5fa7a56c4e8 (diff)
CMake: configurejson2cmake: Do not generate useless OPTIONALs
Do not set properties of packages to type OPTIONAL. That is the default anyway. Update generator script and generated files. Change-Id: I7a4d043b69c93ce8c2929a2e27ac6a07e4e6d8cc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/network/configure.cmake')
-rw-r--r--src/network/configure.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index c765f59c5d..c11bcf4744 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -7,9 +7,7 @@
#### Libraries
qt_find_package(Libproxy PROVIDED_TARGETS PkgConfig::Libproxy)
-set_package_properties(Libproxy PROPERTIES TYPE OPTIONAL)
qt_find_package(OpenSSL)
-set_package_properties(OpenSSL PROPERTIES TYPE OPTIONAL)
#### Tests