From bd9dd261639c73d5ff6dd1fb1a7de7ce287e7d60 Mon Sep 17 00:00:00 2001 From: charras Date: Thu, 1 Oct 2009 18:28:56 +0000 Subject: [PATCH] change CMakeLists.txt to use boost headers in include/boost --- CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87fbcacc65..c03bf7bd98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,8 +107,11 @@ check_find_package_result(OPENGL_FOUND "OpenGL") ###################### # Find Boost library # ###################### -find_package(Boost 1.36 QUIET) -check_find_package_result(Boost_FOUND "Boost") +# kicad now includes needed boost files. +# the two next lines can be uncommented to use the native boost lib. +# but this is not a good idea +#find_package(Boost 1.36 QUIET) +#check_find_package_result(Boost_FOUND "Boost") ########################## # Find wxWidgets library #