Skip to content

Commit 1dd310a

Browse files
committed
fix cmake error
1 parent 929e04f commit 1dd310a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ foreach(testname ${ALL_TESTNAMES})
2121
add_executable(test.${testname})
2222
target_sources(test.${testname} PRIVATE ${testname}.test.cpp)
2323
target_include_directories(test.${testname} PRIVATE ${CMAKE_SOURCE_DIR}/include)
24-
target_link_libraries(test.{testname} PRIVATE Catch2::Catch2WithMain)
24+
target_link_libraries(test.${testname} PRIVATE Catch2::Catch2WithMain)
2525
endforeach()
2626

2727

0 commit comments

Comments
 (0)