Skip to content

Commit f35596d

Browse files
author
Alexandre jublot
committed
fix: excluded test main target because it was failing the compilation
1 parent 5248504 commit f35596d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ file(GLOB_RECURSE E2E_TESTS_SRCS e2e-tests/*.cpp)
66

77
add_executable(test-exec main.cpp)
88
target_link_libraries(test-exec PRIVATE PolymorphNetwork)
9+
set_target_properties(test-exec PROPERTIES EXCLUDE_FROM_ALL TRUE)
910

1011
add_executable(unit-tests ${UNIT_TESTS_SRCS})
1112
target_link_libraries(unit-tests PRIVATE PolymorphNetwork GTest::gtest_main)

0 commit comments

Comments
 (0)