From f0773d18feb3a3f9409378ccabe073bffa3f60ca Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 5 Mar 2017 23:24:13 -0700 Subject: [PATCH] Revert "build: add eigen to include dirs" This reverts commit 28b30a7f520e9cff9a1d9996b93f8a9143eb7bbb. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fd567b5..4542b082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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