Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to link against cppnetlib-0.9.4 ,but I don't know what argument to pass to find_package in CMake for using the libraries?

share|improve this question
I have added my libcppnetlib-client-connections.a ,libcppnetlib-server-parsers.a and libcppnetlib-uri.a to /usr/lib in my cmake I have find_package(Boost REQUIRED date_time system filesystem thread regex serialization wserialization program_options) – user2416991 54 mins ago
now what name I should add to find_packege(),as I seen if library name is libboost_regex.a ,the cmake contains find_packege(Boost REQUIRED regex); what it will be in my case? – user2416991 50 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.