[cmake] fix missing include

This commit is contained in:
akallabeth
2025-02-18 20:00:11 +01:00
parent 4f26bc645e
commit 358c36486f

View File

@@ -1,4 +1,5 @@
include(CMakeDependentOption)
include(CheckIncludeFiles)
cmake_dependent_option(
WITH_VALGRIND_MEMCHECK "Compile with valgrind helpers." OFF