Fix endif condition to match NOT MSVC and VALGRIND_FOUND
.
This commit is contained in:
parent
815e6e7e7e
commit
858451e5b7
@ -92,4 +92,4 @@ if(NOT MSVC AND VALGRIND_FOUND)
|
|||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||||
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
|
|
||||||
endif(NOT MSVC)
|
endif(NOT MSVC AND VALGRIND_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user