mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
--- CMakeLists.txt.orig 2013-04-03 18:23:36.000000000 +0200
|
|
+++ CMakeLists.txt 2014-05-01 14:49:27.000000000 +0200
|
|
@@ -260,8 +260,8 @@
|
|
# 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 #
|