Skip to content

Commit

Permalink
Mac OSX test for conda build. Commenting out find_path() for qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Nov 19, 2024
1 parent 023af14 commit 5b95390
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions codebase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ if (DEFINED MAMBA_BUILD)
# MAMBA builds ignore system includes and libs, use mamba dirs
set(MAMBA_INCLUDE_PATH ${MINIFORGE_ROOT}/include)
set(MAMBA_LIBRARY_PATH ${MINIFORGE_ROOT}/lib)
set(QT_HOST_PATH ${MINIFORGE_ROOT})
set(CMAKE_FIND_USE_CMAKE_SYSTEM_PATH FALSE)
set(CMAKE_SYSTEM_IGNORE_PREFIX_PATH "/usr;/usr/local;/usr/lib64;/lib;/lib64;/opt/homebrew")
if (NOT APPLE)
set(QT_HOST_PATH ${MINIFORGE_ROOT})
set(CMAKE_FIND_USE_CMAKE_SYSTEM_PATH FALSE)
set(CMAKE_SYSTEM_IGNORE_PREFIX_PATH "/usr;/usr/local;/usr/lib64;/lib;/lib64;/opt/homebrew")
endif()
endif(DEFINED MAMBA_BUILD)

find_package (X11)
Expand Down

0 comments on commit 5b95390

Please sign in to comment.