]> git.pld-linux.org Git - packages/clcc.git/blob - boost-1.59.patch
- fix building with boost 1.59
[packages/clcc.git] / boost-1.59.patch
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.0706 seconds and 3 git commands to generate.