Closed jdavidpeter closed 2 years ago
This line enables coverage build: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L7 Even if ENABLE_COVERAGE is set to OFF: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L12 However, build links against gcov only if coverage is enabled: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L127-L128
Thank you!
This line enables coverage build: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L7 Even if ENABLE_COVERAGE is set to OFF: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L12 However, build links against gcov only if coverage is enabled: https://github.com/abedra/libvault/blob/5703ef4c171ee559669e97330ab86212b4cff3e4/CMakeLists.txt#L127-L128