diff --git a/CMakeLists.txt b/CMakeLists.txt index 84db522..552ba91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ if (USE_AUTODIFF) message("The Eigen3 submodule was not found! Please run 'git submodule update --init' OR set the EIGEN_PATH variable to the eigen header files manually. Will proceed with autodifferentiation disabled." ) set(USE_AUTODIFF OFF) else() - message("-- Eigen3 library found as a submodule. Tests will be compiled.") + message("-- Eigen3 library found as a submodule at ${EIGEN_PATH}. Tests will be compiled.") set(Eigen3_FOUND ON) endif() else()