Skip to content

Commit 25b04eb

Browse files
committed
Add an implementation note
1 parent 67a3b6a commit 25b04eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/beman/inplace_vector/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ target_link_libraries(
1414
add_test(NAME beman.inplace_vector.test COMMAND beman.inplace_vector.test)
1515

1616
# test if the targets are findable from the build directory
17-
# NOTE: for an INTERFACE library, we may always use the -C Debug! CK
17+
# NOTE: For an INTERFACE library and multi config generators,
18+
# we may always use the -C Debug config type to prevent problems! CK
1819
add_test(
1920
NAME find-package-test
2021
COMMAND

0 commit comments

Comments
 (0)