SUMMARY
A brief summary of CMake Tutotial.
if(Boost_FOUND) message("Boost Found") else() error("Boost Not Found") endif()
Last updated
A brief summary of CMake Tutotial.
if(Boost_FOUND)
message("Boost Found")
else()
error("Boost Not Found")
endif()Last updated