Skip to content

Commit 97cbfc3

Browse files
Fix Lint EOL
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d3ab56 commit 97cbfc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/beman/scope/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ target_sources(beman.scope.tests.scope PRIVATE scope.test.cpp)
1414

1515
target_link_libraries(beman.scope.tests.scope PRIVATE Catch2::Catch2WithMain)
1616

17-
target_include_directories(beman.scope.tests.scope PRIVATE ${CMAKE_SOURCE_DIR}/include)
17+
target_include_directories(
18+
beman.scope.tests.scope
19+
PRIVATE ${CMAKE_SOURCE_DIR}/include
20+
)
1821

1922
include(CTest)
2023
include(Catch)

0 commit comments

Comments
 (0)