Skip to content

Commit

Permalink
Small fix to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 15, 2016
1 parent fea7a0a commit 05ca4d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ if(NOT BUILD_SHARED_LIBS)
else(NOT BUILD_SHARED_LIBS)
# this is needed for link dependencies of some shared libs:
# SimController, SimulationSettings, System
add_library(${OMCFactoryName}_static OMCFactory.cpp)
add_library(${OMCFactoryName}_static STATIC OMCFactory.cpp)
set_target_properties(${OMCFactoryName}_static PROPERTIES COMPILE_DEFINITIONS "RUNTIME_STATIC_LINKING;ENABLE_SUNDIALS_STATIC")
endif(NOT BUILD_SHARED_LIBS)

Expand Down

0 comments on commit 05ca4d2

Please sign in to comment.