summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-21 15:52:58 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-10 07:33:07 +0100
commit729a73a9cfe774cb49251be8c99ba5b26d516e01 (patch)
tree10c4014477783a1465a4723435fd6ef9bb87d540 /util/cmake/pro2cmake.py
parentb04d087bd02f094874726629773a12ed3c1bff5e (diff)
CMake: Remove old 3rdparty mechanism for double conversion
Change-Id: I2b20d4d9d95a1f7f59bc506046a1ebc20eb305f7 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 56d7e8d48d..bba01bb595 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -1564,6 +1564,7 @@ def map_condition(condition: str) -> str:
and is_known_3rd_party_library(feature_name[7:])
and not feature_name.startswith("system_jpeg")
and not feature_name.startswith("system_zlib")
+ and not feature_name.startswith("system_doubleconversion")
):
part = "ON"
elif feature == "dlopen":