We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d00da commit a105556Copy full SHA for a105556
1 file changed
CMakeLists.txt
@@ -30,6 +30,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
30
include(CheckIncludeFile)
31
include(CheckSymbolExists)
32
include(GNUInstallDirs)
33
+include(CMakeDependentOption)
34
35
# Options.
36
find_package(Libsystemd)
0 commit comments