Skip to content

Commit

Permalink
codebase/CMakeLists.txt - adding messages to print out CONDA build va…
Browse files Browse the repository at this point in the history
…riables
  • Loading branch information
mike-dixon committed Nov 18, 2024
1 parent ca01478 commit ee4883e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codebase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message("CONDA_BUILD_SYSROOT: ${CONDA_BUILD_SYSROOT}")
message("CMAKE_CURRENT_LIST_DIR: ${CMAKE_CURRENT_LIST_DIR}")
message("CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
message("QT_ADDITIONAL_PACKAGES_PREFIX_PATH: ${QT_ADDITIONAL_PACKAGES_PREFIX_PATH}")
message("Qt6_FOUND: ${Qt6_FOUND}")
message("2222222222222 Qt6_FOUND: ${Qt6_FOUND}")

set(CMAKE_VERBOSE_MAKEFILE OFF)

Expand Down Expand Up @@ -94,6 +94,8 @@ else ()
message(FATAL_ERROR, "Qt not found.")
endif(Qt5_FOUND)

message("333333333333 Qt6_FOUND: ${Qt6_FOUND}")

if(APPLE)
if (DEFINED MAMBA_BUILD)
# MAMBA builds ignore system libs, use mamba libs
Expand Down

0 comments on commit ee4883e

Please sign in to comment.