From 0046cc19df4c33074227389d66ef8bba6d53bd64 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Tue, 4 Nov 2008 13:11:01 +0000 Subject: [PATCH] Removed uneeded set of CMAKE_BUILD_TYPE --- Scripts/developer_scripts/create_cgal_test_with_cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/developer_scripts/create_cgal_test_with_cmake b/Scripts/developer_scripts/create_cgal_test_with_cmake index 5ba44a982fc..3f023fb3448 100755 --- a/Scripts/developer_scripts/create_cgal_test_with_cmake +++ b/Scripts/developer_scripts/create_cgal_test_with_cmake @@ -73,7 +73,6 @@ configure() if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\ -DCGAL_DIR="\$CGAL_DIR" \\ - -DCMAKE_BUILD_TYPE=NOTFOUND \\ .' ; then echo " succesful configuration" >> \$ERRORFILE