Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it clear that EIGEN3_INCLUDE_DIR should be passed to cmake, not be set as an env variable #136

Open
SatjaSivcev opened this issue Jul 8, 2020 · 0 comments

Comments

@SatjaSivcev
Copy link
Contributor

SatjaSivcev commented Jul 8, 2020

From @dragly :

# TODO Make it clear that EIGEN3_INCLUDE_DIR should be passed to cmake, not be set as an env variable
message(FATAL_ERROR "Please point EIGEN3_INCLUDE_DIR to the root directory of your Eigen3 installation (the folder containing Eigen/Core, Eigen/Dense etc.), or disable the Eigen samples (-DUSE_EIGEN3=OFF).")

if(USE_EIGEN3)
    if(NOT DEFINED EIGEN3_INCLUDE_DIR)
    else()
        if(NOT IS_DIRECTORY "${EIGEN3_INCLUDE_DIR}/Eigen")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant