Fix cmake error

This commit is contained in:
Matthias Hochsteger 2019-01-07 11:54:28 +01:00
parent c6a401e066
commit 5fa0cb850a

View File

@ -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