Skip to content

Commit

Permalink
fix for typo in cmake file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15033 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Feb 1, 2013
1 parent 7d45756 commit 9c513f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -140,7 +140,7 @@ endif()
if(USE_SUNDIALS)
#add Cvode solver project
add_subdirectory (Solver/CVode)
add_subdirectory (Solver/KinSol)
add_subdirectory (Solver/Kinsol)
#add Idas solver project
#add_subdirectory (Solver/Idas/Implementation)
#add_subdirectory (Solver/Ida/Implementation)
Expand Down

0 comments on commit 9c513f2

Please sign in to comment.