change CMakeLists.txt to use boost headers in include/boost
This commit is contained in:
parent
24ff1b265f
commit
bd9dd26163
|
@ -107,8 +107,11 @@ check_find_package_result(OPENGL_FOUND "OpenGL")
|
||||||
######################
|
######################
|
||||||
# Find Boost library #
|
# Find Boost library #
|
||||||
######################
|
######################
|
||||||
find_package(Boost 1.36 QUIET)
|
# kicad now includes needed boost files.
|
||||||
check_find_package_result(Boost_FOUND "Boost")
|
# 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 #
|
# Find wxWidgets library #
|
||||||
|
|
Loading…
Reference in New Issue