Skip to content

Commit 980bd16

Browse files
committed
M_splitMeshOnGFace is not part of simAdvMeshing
1 parent cfda122 commit 980bd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phasta/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(SOURCES
2323
phiotimer.cc
2424
)
2525

26-
if(ENABLE_SIMMETRIX AND SIMMODSUITE_SimAdvMeshing_FOUND)
26+
if(ENABLE_SIMMETRIX)
2727
if(SIM_DOT_VERSION VERSION_GREATER 12.0.180605)
2828
set(SOURCES ${SOURCES} splitMeshOnGFace_2arg.cpp)
2929
else()

0 commit comments

Comments
 (0)