$NetBSD: patch-CMakeLists.txt,v 1.2 2024/05/20 19:38:25 adam Exp $ Allow symbolic links in paths. --- CMakeLists.txt.orig 2024-05-08 09:42:08.000000000 +0000 +++ CMakeLists.txt @@ -14,7 +14,6 @@ include(.cmake.conf) include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/QtBaseHelpers.cmake) -qt_internal_check_if_path_has_symlinks("${CMAKE_BINARY_DIR}") # This needs to be called before the first project() call. qt_internal_qtbase_run_autodetect()