Missing Boost_LIBRARIES in target_link_libraries for libconfiguration (do not compile on mac osx if missing)
This commit is contained in:
parent
40be8dc456
commit
4b62ea91d2
|
@ -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} )
|
||||
|
|
Loading…
Reference in New Issue