mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2529 Fracture : Remove RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES from CMake files
This commit is contained in:
@@ -42,17 +42,12 @@ ${CEE_CURRENT_LIST_DIR}RifWellPathFormationReader.h
|
||||
${CEE_CURRENT_LIST_DIR}RifWellPathFormationsImporter.h
|
||||
${CEE_CURRENT_LIST_DIR}RifElementPropertyTableReader.h
|
||||
${CEE_CURRENT_LIST_DIR}RifElementPropertyReader.h
|
||||
${CEE_CURRENT_LIST_DIR}RifStimPlanXmlReader.h
|
||||
|
||||
# HDF5 file reader is directly included in ResInsight main CmakeList.txt
|
||||
#${CEE_CURRENT_LIST_DIR}RifHdf5Reader.h
|
||||
)
|
||||
|
||||
if (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES)
|
||||
list (APPEND SOURCE_GROUP_HEADER_FILES
|
||||
${CEE_CURRENT_LIST_DIR}RifStimPlanXmlReader.h
|
||||
)
|
||||
endif()
|
||||
|
||||
set (SOURCE_GROUP_SOURCE_FILES
|
||||
${CEE_CURRENT_LIST_DIR}RifEclipseDataTableFormatter.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RifEclipseInputFileTools.cpp
|
||||
@@ -89,17 +84,12 @@ ${CEE_CURRENT_LIST_DIR}RifWellPathFormationReader.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RifWellPathFormationsImporter.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RifElementPropertyTableReader.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RifElementPropertyReader.cpp
|
||||
${CEE_CURRENT_LIST_DIR}RifStimPlanXmlReader.cpp
|
||||
|
||||
# HDF5 file reader is directly included in ResInsight main CmakeList.txt
|
||||
#${CEE_CURRENT_LIST_DIR}RifHdf5Reader.cpp
|
||||
)
|
||||
|
||||
if (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES)
|
||||
list (APPEND SOURCE_GROUP_SOURCE_FILES
|
||||
${CEE_CURRENT_LIST_DIR}RifStimPlanXmlReader.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
list(APPEND CODE_HEADER_FILES
|
||||
${SOURCE_GROUP_HEADER_FILES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user