Skip to content

Commit

Permalink
fix for cpp runtime documentation build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Nov 11, 2015
1 parent e929940 commit 513d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ BUILDDIR=openmodelica-doc_$(BUILDDIR_VER)
cppruntime-doc:
mkdir -p SimulationRuntime/cpp/Images
cp images/logo.svg SimulationRuntime/cpp/Images/OMLogo.svg
cd SimulationRuntime/cpp && cmake -DSOURCE_ROOT=../../../OMCompiler/SimulationRuntime/cpp && make Docs
cd SimulationRuntime/cpp && cmake -G "Unix Makefiles" -DSOURCE_ROOT=../../../OMCompiler/SimulationRuntime/cpp && make Docs

cppruntime-doc-clean:
rm SimulationRuntime/cpp/Makefile -f
Expand Down

0 comments on commit 513d3f5

Please sign in to comment.