Skip to content

Commit

Permalink
- fix for autoconf of cpp runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther authored and OpenModelica-Hudson committed Aug 6, 2015
1 parent 354f8a2 commit 078b80a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -38,6 +38,7 @@ OPTION(USE_SCOREP "USE_SCOREP" OFF)
OPTION(BOOST_STATIC_LINKING "BOOST_STATIC_LINKING" OFF)
OPTION(RUNTIME_PROFILING "RUNTIME_PROFILING" OFF)
OPTION(FMU_KINSOL "FMU_KINSOL" OFF)
OPTION(SUNDIALS_LAPACK "SUNDIALS_LAPACK" OFF)
OPTION(SUNDIALS_ROOT "SUNDIALS ROOT" "")
OPTION(BUILD_DOCUMENTATION "Use Doxygen to create the cpp runtime documentation" OFF)

Expand Down
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Makefile.in
Expand Up @@ -18,8 +18,8 @@ SCOREP_HOME="@SCOREP_HOME@"
FMU_KINSOL_COMMAND="@FMU_KINSOL_COMMAND@"

#Experimental
PARALLEL_OUTPUT_COMMAND="-DPARALLEL_OUTPUT=ON"
SUNDIALS_LAPACK_COMMAND="-DSUNDIALS_LAPACK=ON"
PARALLEL_OUTPUT_COMMAND="@PARALLEL_OUTPUT_COMMAND@"
SUNDIALS_LAPACK_COMMAND="@SUNDIALS_LAPACK_COMMAND@"

CMAKE_COMMANDS=@CMAKE_COMMANDS@
CMAKE_ARGS=$(patsubst CMAKE_%, -D%, $(filter CMAKE_%, $(MAKEFLAGS)))
Expand Down

0 comments on commit 078b80a

Please sign in to comment.