Skip to content
Snippets Groups Projects
Commit 629105b2 authored by Sören Peters's avatar Sören Peters
Browse files

Make boost optional for all user. When BUILD_USE_BOOST is enabled cmake will...

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()
parent 8c6aa9a4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment