mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Move include of Eigen into ApplicationCode
This commit is contained in:
parent
b6dcb6285e
commit
8c189922e0
@ -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
|
||||
#############################################################################
|
||||
|
@ -294,11 +294,6 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
||||
expressionparser
|
||||
)
|
||||
|
||||
################################################################################
|
||||
# Eigen
|
||||
################################################################################
|
||||
include_directories(SYSTEM ThirdParty/Eigen-Subset)
|
||||
|
||||
################################################################################
|
||||
# clipper
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user