Commit bd9dd261 authored by charras's avatar charras

change CMakeLists.txt to use boost headers in include/boost

parent 24ff1b26
......@@ -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 #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment