Skip to content

Commit 739181b

Browse files
committed
Remove double inclusion directory
-I/casablanca/Release/tests/common/UnitTestpp -I/casablanca/Release/tests/common/utilities/include -I/casablanca/Release/tests/common/TestRunner/../UnitTestpp
1 parent c7d85ee commit 739181b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Release/tests/common/TestRunner/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
include_directories(${Casablanca_INCLUDE_DIR}
2-
../UnitTestpp
3-
${Boost_INCLUDE_DIR}
4-
)
1+
include_directories(${Casablanca_INCLUDE_DIRS})
52

63
set(TR_SOURCES
74
test_runner.cpp

0 commit comments

Comments
 (0)