We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CMAKE_HOST_APPLE
1 parent abde5a4 commit 1b0ead1Copy full SHA for 1b0ead1
cmake/FindValgrind.cmake
@@ -1,4 +1,4 @@
1
-if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
+if(CMAKE_HOST_APPLE)
2
find_program(BREW_COMMAND brew)
3
execute_process(
4
COMMAND ${BREW_COMMAND} --prefix valgrind
0 commit comments