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.
1 parent e4d609a commit c1661f4Copy full SHA for c1661f4
source/tests/detour_test/CMakeLists.txt
@@ -1,5 +1,5 @@
1
# Check if detours are enabled
2
-if(NOT OPTION_FORK_SAFE)
+if(NOT OPTION_FORK_SAFE OR NOT OPTION_BUILD_DETOURS OR NOT OPTION_BUILD_DETOURS_FUNCHOOK)
3
return()
4
endif()
5
0 commit comments