Skip to content

Commit

Permalink
fix for typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed May 28, 2014
1 parent d6a16a2 commit 19f9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Core/System/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)

project(${SystemName})
add_library(${BasiLibName} STATIC tpl.cpp )
set_target_properties(${BasiLibName}_static PROPERTIES COMPILE_FLAGS -fPIC)
set_target_properties(${BasiLibName} PROPERTIES COMPILE_FLAGS -fPIC)
# add the system default implementation library
IF(ANALYZATION_MODE)
add_library(${SystemName} STATIC AlgLoopDefaultImplementation.cpp AlgLoopSolverFactory.cpp EventHandling.cpp SystemDefaultImplementation.cpp FactoryExport.cpp )
Expand Down

0 comments on commit 19f9947

Please sign in to comment.