From a17f7b7eb094b8fc6e4d89cd1779e7cae00e8947 Mon Sep 17 00:00:00 2001 From: William Dawson Date: Thu, 20 Jun 2024 00:45:34 +0900 Subject: [PATCH] Pure cmake version --- UnitTests/run_cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/run_cmake.sh b/UnitTests/run_cmake.sh index 5c324b2e..71fa50d2 100644 --- a/UnitTests/run_cmake.sh +++ b/UnitTests/run_cmake.sh @@ -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