make it less likely to have people get confused by Eigen3_DIR

This commit is contained in:
Axel Kohlmeyer 2018-09-09 01:21:37 -04:00
parent d7b00f86f8
commit 3b073de357
1 changed files with 7 additions and 0 deletions

View File

@ -538,6 +538,13 @@ if(PKG_USER-NETCDF)
endif()
if(PKG_USER-SMD)
# hack alert!
# something defines the Eigen3_DIR variable, but it has no effect
# yet shows up in the TUI/GUI display as "not found".
# and due to not being marked as advanced, it can mislead people
# as the EIGEN3_INCLUDE_DIR variable which does have an effect
# is marked as advanced. Tested on Fedora28 with Eigen3-3.3.5 rpm.
mark_as_advanced(Eigen3_DIR)
option(DOWNLOAD_EIGEN3 "Download Eigen3 (instead of using the system's one)" OFF)
if(DOWNLOAD_EIGEN3)
include(ExternalProject)