From 83bbbefa40cb8f44531f6dda615ec9e4c4b5bddb Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Wed, 1 Jul 2009 08:33:59 +0000 Subject: [PATCH] boost required --- Scripts/scripts/cgal_create_cmake_script_with_options | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scripts/scripts/cgal_create_cmake_script_with_options b/Scripts/scripts/cgal_create_cmake_script_with_options index 675cec493ca..5af7bcfd70d 100755 --- a/Scripts/scripts/cgal_create_cmake_script_with_options +++ b/Scripts/scripts/cgal_create_cmake_script_with_options @@ -201,6 +201,10 @@ EOF echo "find_package( Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS//:/ } )" + else + + echo "find_package( Boost REQUIRED )" + fi # additional Boost components #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv