summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-01-14 11:19:45 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2020-01-14 12:37:25 +0000
commit0761715f791a3b8d529521e2c0ac7ba462d55e03 (patch)
tree475d2ca15417ce6c0a8c037fe4ab6ca55d1ee2c4 /src/tools/bootstrap/.prev_CMakeLists.txt
parent1f2cdd8a04938ca8fa9df090a85c5d689df4c049 (diff)
Regenerate src/
Change-Id: Icef5e834a6acc1cc4488bbed7749e81e1f2388b3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/tools/bootstrap/.prev_CMakeLists.txt')
-rw-r--r--src/tools/bootstrap/.prev_CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/bootstrap/.prev_CMakeLists.txt b/src/tools/bootstrap/.prev_CMakeLists.txt
index 778006aff1..40d2e85cef 100644
--- a/src/tools/bootstrap/.prev_CMakeLists.txt
+++ b/src/tools/bootstrap/.prev_CMakeLists.txt
@@ -179,7 +179,7 @@ qt_extend_target(Bootstrap CONDITION UNIX AND NOT APPLE_OSX
../../corelib/io/qstandardpaths_unix.cpp
)
-qt_extend_target(Bootstrap CONDITION cross_compile
+qt_extend_target(Bootstrap CONDITION CMAKE_CROSSCOMPILING
SOURCES
../../3rdparty/zlib/src/adler32.c
../../3rdparty/zlib/src/compress.c
@@ -200,7 +200,7 @@ qt_extend_target(Bootstrap CONDITION cross_compile
../../3rdparty/zlib/src
)
-qt_extend_target(Bootstrap CONDITION NOT cross_compile
+qt_extend_target(Bootstrap CONDITION NOT CMAKE_CROSSCOMPILING
LIBRARIES
ZLIB::ZLIB
)