Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OPM/IFEM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8444739825b71ae90e0ab8f1e2055c3218867872
Choose a base ref
..
head repository: OPM/IFEM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6877461fafd51b75bee8f202e0565116fa93cabe
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 CMakeLists.txt
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -104,6 +104,9 @@ endif()
if(LRSPLINE_FOUND OR LRSpline_FOUND)
file(GLOB LR_SRCS ${PROJECT_SOURCE_DIR}/src/ASM/LR/*.C)
list(APPEND IFEM_SRCS ${LR_SRCS})
else()
list(REMOVE_ITEM IFEM_SRCS
${PROJECT_SOURCE_DIR}/src/ASM/GlobalNodes.C)
endif()
list(APPEND CHECK_SOURCES ${IFEM_SRCS})
add_library(IFEM ${IFEM_SRCS} ${TINYXML_SRCS})