mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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
|
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 )
|
set_target_properties( gen PROPERTIES POSITION_INDEPENDENT_CODE ON )
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
|
Loading…
Reference in New Issue
Block a user