Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14234f0

Browse files
committedMar 12, 2023
cmake: Use dedicated CMAKE_HOST_APPLE variable
1 parent ea7c6a5 commit 14234f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindValgrind.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
1+
if(CMAKE_HOST_APPLE)
22
find_program(BREW_COMMAND brew)
33
execute_process(
44
COMMAND ${BREW_COMMAND} --prefix valgrind

0 commit comments

Comments
 (0)
Please sign in to comment.