Hello,
How can i disable the building of tests and examples? For example in the mongo c driver there's options:
option (ENABLE_TESTS "Build MongoDB C Driver tests." ON)
option (ENABLE_EXAMPLES "Build MongoDB C Driver examples." ON)
I couldn't find anything like that in the mongo cxx driver CMakeLists.txt or the documentation.
- duplicates
-
CXX-2088 Implement ENABLE_TESTS CMake option
- Closed