Skip to content

Commit 26685cd

Browse files
committed
Set CMAKE_PREFIX_PATH correctly this time I hope
1 parent c70671c commit 26685cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ctest-custom.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ elseif(${HOSTNAME} STREQUAL "macos.cidmz.poulsbo.antikernel.net" )
124124
message(STATUS "Found known CI config: macos")
125125

126126
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
127-
set(CONFIGURE_OPTIONS "-DBUILD_TESTING=ON -DBUILD_DOCS=OFF -DCMAKE_PREFIX_PATH=/opt/homebrew;/opt/homebrew/opt/libomp")
127+
set(CMAKE_PREFIX_PATH "/opt/homebrew/opt/libomp")
128+
set(CONFIGURE_OPTIONS "-DDISABLE_PCH=ON -DBUILD_TESTING=ON -DBUILD_DOCS=OFF")
128129

129130
else()
130131

0 commit comments

Comments
 (0)