Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case

This commit is contained in:
Brad King
2022-10-05 09:52:55 -04:00
parent d59a3ce449
commit cbf3252975

View File

@@ -28,5 +28,5 @@ if(CMake_TEST_HIP)
endif()
if(APPLE)
run_cmake_with_options(HeaderpadWorkaround --debug-trycompile)
run_cmake(HeaderpadWorkaround)
endif()