🔧 Make tests read mo-file from subdir

This commit is contained in:
2021-08-25 10:52:38 +02:00
parent 5c00a6ff3e
commit fe422db632
7 changed files with 15 additions and 14 deletions

View File

@ -1,6 +1,6 @@
set(Catch2_FOUND TRUE)
set(CATCH2_VERSION "v2.13.4")
set(CATCH2_VERSION "v2.13.7")
set(CATCH2_INCLUDEDIR "${CMAKE_BINARY_DIR}/catch-${CATCH2_VERSION}")
list(APPEND CMAKE_MODULE_PATH "${CATCH2_INCLUDEDIR}")