seznam / httpmockserver

C++ HTTP mock server for client tests.
https://seznam.github.io/httpmockserver
MIT License
32 stars 12 forks source link

a CMake option to to disable building the tests? #8

Closed danielab1 closed 3 years ago

danielab1 commented 3 years ago

hey, I want to use this project but I want to disable the tests cause I don't want to add the CPR and all other test dependencies. is there is a way or just to edit to Cmake?

johniez commented 3 years ago

Hi, this is not configurable. Please just comment add_subdirectory(test) line in CMakeLists.txt if you are not interested in tests.