mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Include CMakeDependentOption to be able to use cmake_dependent_option
This commit is contained in:
parent
9842366bba
commit
550e8f8f57
@ -57,6 +57,7 @@ endif()
|
||||
|
||||
include(CheckCXXCompilerFlag)
|
||||
include(GNUInstallDirs)
|
||||
include(CMakeDependentOption)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user