Skip to content
Snippets Groups Projects
Commit 9c88b1c7 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Force our eigen instead of nanogui version

parent 78fecef0
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28550 passed
This commit is part of merge request !316. Comments created here will be created in the context of that merge request.
......@@ -233,6 +233,7 @@ if (BUILD_GUI)
set(NANOGUI_BUILD_EXAMPLE OFF CACHE BOOL " " FORCE)
set(NANOGUI_BUILD_PYTHON OFF CACHE BOOL " " FORCE)
set(NANOGUI_INSTALL OFF CACHE BOOL " " FORCE)
set(NANOGUI_EIGEN_INCLUDE_DIR ${EIGEN_INCLUDE_DIR} CACHE STRING " " FORCE)
# Add the configurations from nanogui
add_subdirectory(ext/nanogui)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment