From 2b46b7d9a3f28bc7e2029367a54ec74f5be600ad Mon Sep 17 00:00:00 2001 From: charras Date: Mon, 28 Sep 2009 19:34:36 +0000 Subject: [PATCH] remove erroneous change in CMakeLisr.txt --- CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c03bf7bd98..87fbcacc65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,11 +107,8 @@ check_find_package_result(OPENGL_FOUND "OpenGL") ###################### # Find Boost library # ###################### -# 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_package(Boost 1.36 QUIET) +check_find_package_result(Boost_FOUND "Boost") ########################## # Find wxWidgets library #