Skip to content

Commit

Permalink
add custom boost scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Etienne Bougue committed Jul 20, 2018
1 parent 5b48fce commit e1601f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/cmakeRelWithDebClang.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd relWithDebClang
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBoost_NO_BOOST_CMAKE=TRUE -DBoost_NO_SYSTEM_PATHS=TRUE -DBOOST_ROOT:PATHNAME=/usr/local/include -DBoost_LIBRARY_DIRS:FILEPATH=/usr/local/lib -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../../../sources/navitia/source/

5 changes: 5 additions & 0 deletions scripts/cmakeReleaseClang.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd releaseClang
cmake -DCMAKE_BUILD_TYPE=Release -DBoost_NO_BOOST_CMAKE=TRUE -DBoost_NO_SYSTEM_PATHS=TRUE -DBOOST_ROOT:PATHNAME=/usr/local/include -DBoost_LIBRARY_DIRS:FILEPATH=/usr/local/lib -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../../../sources/navitia/source/

0 comments on commit e1601f1

Please sign in to comment.