]> Creatis software - cpPlugins.git/blobdiff - appli/bash/CMakeLists.txt
Plugin system is now instalable. Dependency to boost eliminated.
[cpPlugins.git] / appli / bash / CMakeLists.txt
index 33785d170abd36d355c24699423e3d8cb88ec74a..da6d729411fe3d264010b8cfebabc221c9bf6367 100644 (file)
@@ -9,7 +9,6 @@ SET(
 
 FOREACH(prog ${BASH_PROGRAMS}) 
   ADD_EXECUTABLE(${prog} ${prog}.cxx)
-  TARGET_LINK_LIBRARIES(${prog} ${Boost_LIBRARIES})
 ENDFOREACH(prog)
 
 ## eof - $RCSfile$