Skip to content

Commit fb7fbc3

Browse files
Update tests/CMakeLists.txt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18138e4 commit fb7fbc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/CMakeLists.txt

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

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

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

2219
include(CTest)
2320
include(Catch)

0 commit comments

Comments
 (0)