Skip to content

Commit e1470b4

Browse files
committed
Update cpp-library-testing.cmake
1 parent daae5d0 commit e1470b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cpp-library-testing.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function(_cpp_library_setup_testing)
2323

2424
# Add test executables
2525
foreach(test IN LISTS ARG_TESTS)
26-
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tests/${test}.cpp"
26+
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tests/${test}.cpp")
2727

2828
# Check tests/ directory
2929
set(test_file "")

0 commit comments

Comments
 (0)