Skip to content

Commit 31704ff

Browse files
committed
build: forward debian patch for post install tests
1 parent d0f13f3 commit 31704ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/argument_parser/detail/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
find_path (SEQAN3_TEST_LICENSE_DIR
66
NAMES LICENSE.md
7-
HINTS "${SEQAN3_CLONE_DIR}")
7+
HINTS "${SEQAN3_CLONE_DIR}" "${CMAKE_CURRENT_LIST_DIR}/../../../.." "${seqan3_test_unit_BINARY_DIR}/..")
88

99
add_definitions (-DSEQAN3_TEST_LICENSE_DIR="${SEQAN3_TEST_LICENSE_DIR}")
1010

0 commit comments

Comments
 (0)