System : Move include of Eigen into ApplicationCode

This commit is contained in:
Magne Sjaastad 2019-09-16 13:18:23 +02:00
parent b6dcb6285e
commit 8c189922e0
2 changed files with 5 additions and 5 deletions

View File

@ -76,6 +76,11 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
################################################################################
# Eigen
################################################################################
include_directories(SYSTEM ${ResInsight_SOURCE_DIR}/ThirdParty/Eigen-Subset)
#############################################################################
# Defining all the source (and header) files
#############################################################################

View File

@ -294,11 +294,6 @@ list(APPEND THIRD_PARTY_LIBRARIES
expressionparser
)
################################################################################
# Eigen
################################################################################
include_directories(SYSTEM ThirdParty/Eigen-Subset)
################################################################################
# clipper
################################################################################