aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6c5841f..14cd5646 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ endif()
#
# tests with coverage
#
-set(coverage-dir "${PROJECT_SOURCE_DIR}/test/coverage")
+set(coverage-dir "${PROJECT_BINARY_DIR}/coverage")
add_executable(usdx-test-coverage EXCLUDE_FROM_ALL
${testing_sources} ${sources})