mirror of https://github.com/CGAL/cgal
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:
parent
abe12291f1
commit
98fa019d9a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue