Skip to content

Commit

Permalink
Pure cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Jun 19, 2024
1 parent ed2d707 commit a17f7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/run_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi
cd Build

if [[ "$TESTOS" == "OSX" ]]; then
cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=../Targets/Mac-python3.cmake \
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release ;
else
if [[ "${NOIALLGATHER:-0}" -eq 1 ]]; then
Expand Down

0 comments on commit a17f7b7

Please sign in to comment.