Skip to content
Snippets Groups Projects
Commit 858451e5 authored by RedContritio's avatar RedContritio Committed by Milo Yip
Browse files

Fix endif condition to match `NOT MSVC and VALGRIND_FOUND`.

parent 815e6e7e
Branches
No related tags found
No related merge requests found
......@@ -92,4 +92,4 @@ if(NOT MSVC AND VALGRIND_FOUND)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
endif(NOT MSVC)
endif(NOT MSVC AND VALGRIND_FOUND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment