Commit last version

With CXXDEBUG, the OpenMesh library is no longer ABI compatible. So I
found out a way to disable it.
This commit is contained in:
Laurent Rineau 2015-06-03 14:27:42 +02:00
parent abe12291f1
commit 98fa019d9a
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ export BOOST_LIBRARYDIR BOOST_INCLUDEDIR
CXXFLAGS="-I$BOOST_INCLUDEDIR/include $CXXFLAGS"
export CXXFLAGS
# Workaround to pass options to cmake
CMAKE_GENERATOR='-DCMAKE_DISABLE_FIND_PACKAGE_OpenMesh:BOOL=TRUE'
export CMAKE_GENERATOR