Skip to content

Commit

Permalink
fix msvc build
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Sep 3, 2014
1 parent 344af77 commit 5d4efc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -223,9 +223,11 @@ IF(SuiteSparse_found)
include_directories(${SUITESPARSE_INCLUDE_DIRS})
add_definitions(-DUSE_UMFPACK)
SET(SUITESPARSE_INCLUDE ${SUITESPARSE_INCLUDE_DIRS})
SET(UMFPACK_LIB ${SUITESPARSE_LIBRARIES})
ELSE()
message(STATUS "UmfPack disabled")
SET(SUITESPARSE_INCLUDE ".")
SET(UMFPACK_LIB "")
ENDIF()

#Mico corba
Expand Down

0 comments on commit 5d4efc6

Please sign in to comment.