Skip to content
Snippets Groups Projects
Soeren Peters's avatar
Sören Peters authored
Make boost optional for all user. When BUILD_USE_BOOST is enabled cmake will look for the boost header only libraries. Afterwards boost needs to be linked to the required library.
e.g:
if(BUILD_USE_BOOST)
    target_link_libraries(${library_name} PRIVATE Boost::boost)
endif()
629105b2
History
Name Last commit Last update