]> git.pld-linux.org Git - packages/clcc.git/blame - boost-1.59.patch
- icu/boost rebuild
[packages/clcc.git] / boost-1.59.patch
CommitLineData
67b4c8c9
JR
1--- clcc-0.3.0/src/CMakeLists.txt~ 2015-11-21 23:23:37.000000000 +0100
2+++ clcc-0.3.0/src/CMakeLists.txt 2015-11-21 23:28:23.721669338 +0100
3@@ -41,7 +41,7 @@
4 \r
5 if (Boost_FOUND)\r
6 include_directories(${Boost_INCLUDE_DIRS})\r
7- target_link_libraries(clcc ${Boost_LIBRARIES})\r
8+ target_link_libraries(clcc ${Boost_LIBRARIES} -lboost_system)\r
9 endif()\r
10 \r
11 source_group("Test Files" FILES test.cl test_error.cl test_multifile.cl)\r
This page took 0.038109 seconds and 4 git commands to generate.