Skip to content

Commit 233f8e6

Browse files
committed
Added ngcore library to NETGEN_LIB to include ngcore::multithread routine in latest version of NetGen
1 parent 22016e9 commit 233f8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if(USE_TETGEN)
136136
endif()
137137

138138
if(CAD_FEATURES)
139-
set(NETGEN_LIB_NAMES nglib)
139+
set(NETGEN_LIB_NAMES nglib ngcore)
140140

141141
foreach(name IN LISTS NETGEN_LIB_NAMES)
142142
findLib(NETGEN_LIB_DIR NETGEN_LIB ${name})

0 commit comments

Comments
 (0)