Skip to content

Commit a105556

Browse files
committed
Include CMakeDependentOption before using that functionality
Thanks Tom Porter
1 parent 67d00da commit a105556

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
3030
include(CheckIncludeFile)
3131
include(CheckSymbolExists)
3232
include(GNUInstallDirs)
33+
include(CMakeDependentOption)
3334

3435
# Options.
3536
find_package(Libsystemd)

0 commit comments

Comments
 (0)