Skip to content
Snippets Groups Projects
Commit d35f5669 authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

Removing SHARED flag in CMake config

parent c82c429f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ endif( NOT ITA_CORE_LIBS_BUILD_STATIC )
# linker
add_library( ITADiffraction SHARED ${ITADiffractionHeader} ${ITADiffractionSources} )
add_library( ITADiffraction ${ITADiffractionHeader} ${ITADiffractionSources} )
target_link_libraries( ITADiffraction ${VISTA_USE_PACKAGE_LIBRARIES} )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment