Skip to content

Commit

Permalink
mention how to specify swig executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Sep 6, 2013
1 parent 7434833 commit f8d2574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.cmake
Expand Up @@ -7,6 +7,8 @@ mkdir build-debug
cd build-debug
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTING=ON -DTRACE_MEMORY_ALLOCS=OFF -DPythonModular=ON -DBUILD_DASHBOARD_REPORTS=ON -DCMAKE_INSTALL_PREFIX="$BUILDDIR/install" ..

# specify a different swig executable
cmake -DSWIG_EXECUTABLE=/usr/bin/swig2.0

# setup cmake for building the final binaries (debugging off, optimization on):
mkdir build-release
Expand Down

0 comments on commit f8d2574

Please sign in to comment.