Skip to content

Commit

Permalink
Try to get a look at the configured qt_build.cmake file as produced b…
Browse files Browse the repository at this point in the history
…y MSVC CI runners
  • Loading branch information
starseeker committed Dec 19, 2023
1 parent f8f1bc5 commit b5d3c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ if (ENABLE_QT)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qt_build.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/qt_build.cmake @ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qt_install.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/qt_install.cmake @ONLY)

execute_process(COMMAND ${CMAKE_COMMAND} -E cat ${CMAKE_CURRENT_BINARY_DIR}/qt_build.cmake)

ExternalProject_Add(Qt6_BLD
SOURCE_DIR "${QT_SOURCE_DIR}"
BINARY_DIR "${QT_BUILD_DIR}"
Expand Down

0 comments on commit b5d3c54

Please sign in to comment.