mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 15:31:59 +00:00
find eigen to try to fix pipeline
This commit is contained in:
parent
821d087732
commit
97f45f55b2
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ set(CMAKE_BUILD_TYPE Debug)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
|
# Configure Eigen
|
||||||
|
set(ENV{EIGEN3_ROOT} /usr/include/eigen3/Eigen)
|
||||||
find_package(Eigen3 REQUIRED)
|
find_package(Eigen3 REQUIRED)
|
||||||
|
|
||||||
# Include Eigen
|
|
||||||
include_directories(/usr/include/eigen3)
|
include_directories(/usr/include/eigen3)
|
||||||
|
|
||||||
# These folders include some important header files including the header files for your own solution
|
# These folders include some important header files including the header files for your own solution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue