summaryrefslogtreecommitdiffstats
path: root/cmake/QtPublicCMakeHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtPublicCMakeHelpers.cmake')
-rw-r--r--cmake/QtPublicCMakeHelpers.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/QtPublicCMakeHelpers.cmake b/cmake/QtPublicCMakeHelpers.cmake
index f35ef3c070e..599820deab6 100644
--- a/cmake/QtPublicCMakeHelpers.cmake
+++ b/cmake/QtPublicCMakeHelpers.cmake
@@ -901,14 +901,6 @@ function(_qt_internal_path_is_prefix path_var input out_var)
set(${out_var} "${${out_var}}" PARENT_SCOPE)
endfunction()
-function(qt_set01 result)
- if (${ARGN})
- set("${result}" 1 PARENT_SCOPE)
- else()
- set("${result}" 0 PARENT_SCOPE)
- endif()
-endfunction()
-
# Configures the file using either the input template or the CONTENT.
# Behaves as either file(CONFIGURE or configure_file( command, but do not depend
# on CMake version.