Revert "build: add eigen to include dirs"

This reverts commit 28b30a7f52.
This commit is contained in:
Eric Wasylishen 2017-03-05 23:24:13 -07:00
parent 48a6314dfb
commit f0773d18fe
1 changed files with 1 additions and 2 deletions

View File

@ -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