mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix cmake error
This commit is contained in:
parent
c6a401e066
commit
5fa0cb850a
@ -6,10 +6,6 @@ add_library(gen OBJECT
|
||||
mpi_interface.cpp gzstream.cpp
|
||||
)
|
||||
|
||||
if(NOT WIN32)
|
||||
target_link_libraries(gen ngcore)
|
||||
endif(NOT WIN32)
|
||||
|
||||
set_target_properties( gen PROPERTIES POSITION_INDEPENDENT_CODE ON )
|
||||
|
||||
install(FILES
|
||||
|
Loading…
Reference in New Issue
Block a user