Missing Boost_LIBRARIES in target_link_libraries for libconfiguration (do not compile on mac osx if missing)

This commit is contained in:
Damien Dupuis 2010-10-08 08:36:19 +00:00
parent 40be8dc456
commit 4b62ea91d2
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
target_link_libraries ( configuration ${QT_LIBRARIES}
${PYTHON_LIBRARIES}
${LIBXML2_LIBRARIES}
${Boost_LIBRARIES}
)
add_executable ( vlsisapd-conf-editor ${editorcpp} )
target_link_libraries ( vlsisapd-conf-editor configuration ${Boost_LIBRARIES} )