mirror of https://github.com/CGAL/cgal
Removed uneeded set of CMAKE_BUILD_TYPE
This commit is contained in:
parent
994028ec51
commit
0046cc19df
|
|
@ -73,7 +73,6 @@ configure()
|
||||||
|
|
||||||
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
||||||
-DCGAL_DIR="\$CGAL_DIR" \\
|
-DCGAL_DIR="\$CGAL_DIR" \\
|
||||||
-DCMAKE_BUILD_TYPE=NOTFOUND \\
|
|
||||||
.' ; then
|
.' ; then
|
||||||
|
|
||||||
echo " succesful configuration" >> \$ERRORFILE
|
echo " succesful configuration" >> \$ERRORFILE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue