Skip to content

Commit 71fefdc

Browse files
author
Marcus Walther
committed
- fix for clang
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22038 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 212781e commit 71fefdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ IF(SuiteSparse_found)
225225
SET(SUITESPARSE_INCLUDE ${SUITESPARSE_INCLUDE_DIRS})
226226
ELSE()
227227
message(STATUS "UmfPack disabled")
228-
SET(SUITESPARSE_INCLUDE "")
228+
SET(SUITESPARSE_INCLUDE ".")
229229
ENDIF()
230230

231231
#Mico corba

0 commit comments

Comments
 (0)