fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
782 stars 126 forks source link

CMake option for no install #41

Closed Kostu96 closed 9 months ago

Kostu96 commented 4 years ago

Hi, I am developing a project and I want to use your library. I manage my dependencies as git submodules and add them with add_subdirectory. I want it to be built with the rest of my code using my configuration etc. Would it be possible to add such an option to CMake? Or add check: if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) add decide to install based on that.

fpagliughi commented 1 year ago

Apologies that I never responded to this. I'm not sure what is being requested. If you can send a PR describing what you would like to be added/changed, I'd be happy to try it out.

fpagliughi commented 9 months ago

Closing due to inactivity.