Include CMakeDependentOption to be able to use cmake_dependent_option

This commit is contained in:
David Tellenbach 2020-11-27 13:21:49 +01:00
parent 9842366bba
commit 550e8f8f57

View File

@ -57,6 +57,7 @@ endif()
include(CheckCXXCompilerFlag)
include(GNUInstallDirs)
include(CMakeDependentOption)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)