0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

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)