Skip to content

Commit 6cdbcfa

Browse files
committed
merge upstream
2 parents f9182b9 + fb7fbc3 commit 6cdbcfa

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)