I am searching boost like as follows :<div><br></div><div><div># Boost Library Search</div><div>find_package (Boost)</div><div>if (Boost_FOUND)</div><div> include_directories(${Boost_INCLUDE_DIRS})</div><div> link_directories(${Boost_LIBRARY_DIRS})</div>
<div> set(LIBS ${LIBS} ${Boost_LIBRARIES})</div><div>else()</div><div> message(FATAL_ERROR "Boost Not Found")</div><div>endif (Boost_FOUND)</div><div><br></div><div>I see the boost library has been found but include_directories, link_directories and LIBS are not updated. Is this because I do not have boost.pc in my system ?</div>
<div><br></div><div>Any other way to resolve this ?</div><div><br></div><div>Regards,</div><div><br></div>-- <br>Sumit Adhikari,<br>Institute of Computer Technology,<br>Faculty of Electrical Engineering,<br>Vienna University of Technology,<br>
Gußhausstraße 27-29,1040 Vienna<br>
</div>