Fix endif condition to match NOT MSVC and VALGRIND_FOUND.

This commit is contained in:
RedContritio 2024-10-06 09:45:31 +08:00 committed by Milo Yip
parent 815e6e7e7e
commit 858451e5b7

View File

@ -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)