We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f7315 commit 34e6996Copy full SHA for 34e6996
1 file changed
cmake/CMakeLists.txt
@@ -778,6 +778,13 @@ else()
778
endif()
779
endif(MSVC)
780
781
+
782
+# Ensure other dependencies are provided.
783
+if(NOT EIGEN_DIR OR NOT EXISTS "${EIGEN_DIR}")
784
+ message(FATAL_ERROR "EIGEN_DIR is not provided or provided folder doesn't exist (current value: '${EIGEN_DIR}').")
785
+endif()
786
787
788
include_directories(${INCLUDE_DIRECTORIES} ${OCC_INCLUDE_DIR} ${OPENCOLLADA_INCLUDE_DIRS}
789
${Boost_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIR} ${JSON_INCLUDE_DIR} ${HDF5_INCLUDE_DIR}
790
${EIGEN_DIR} ${CGAL_INCLUDE_DIR} ${GMP_INCLUDE_DIR} ${MPFR_INCLUDE_DIR} ${USD_INCLUDE_DIR}
0 commit comments