Revert "build: add eigen to include dirs"
This reverts commit 28b30a7f52.
This commit is contained in:
parent
48a6314dfb
commit
f0773d18fe
|
|
@ -12,8 +12,7 @@ execute_process(
|
|||
|
||||
include_directories(
|
||||
"${CMAKE_SOURCE_DIR}/include"
|
||||
"${CMAKE_SOURCE_DIR}/3rdparty/glm"
|
||||
"${CMAKE_SOURCE_DIR}/3rdparty/eigen")
|
||||
"${CMAKE_SOURCE_DIR}/3rdparty/glm")
|
||||
|
||||
set(COMMON_INCLUDES
|
||||
${CMAKE_SOURCE_DIR}/include/common/bspfile.hh
|
||||
|
|
|
|||
Loading…
Reference in New Issue