Closed danielab1 closed 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?
Hi, this is not configurable. Please just comment add_subdirectory(test) line in CMakeLists.txt if you are not interested in tests.
add_subdirectory(test)
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?