freecad/freecad-0.10.3247-fix-link.patch

12 lines
480 B
Diff
Raw Normal View History

2012-11-10 06:39:45 +00:00
--- CMakeLists.txt.link 2010-08-08 19:52:43.000000000 +0200
+++ CMakeLists.txt 2010-08-08 19:52:56.000000000 +0200
@@ -132,7 +132,7 @@
"1.36.1" "1.36.0" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0" "1.34"
"1.33.1" "1.33.0" "1.33" )
- find_package(Boost COMPONENTS filesystem program_options regex signals)
+ find_package(Boost COMPONENTS filesystem program_options regex signals system)
# -------------------------------- XercesC --------------------------------