Removes unused CMake Code
This commit is contained in:
parent
9837920c38
commit
9b07411ebd
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@ if(NOT WIN32)
|
||||||
find_package(X11 REQUIRED)
|
find_package(X11 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_path(EIGEN_DIR NAMES signature_of_eigen3_matrix_library
|
|
||||||
PATHS
|
|
||||||
C:/Program Files/Eigen3
|
|
||||||
PATH_SUFFIXES eigen3 eigen
|
|
||||||
)
|
|
||||||
include_directories(${EIGEN_DIR})
|
|
||||||
|
|
||||||
# This directory
|
# This directory
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
Loading…
Reference in a new issue