Skip to content

Commit 1734680

Browse files
authored
Update CMakeLists.txt
1 parent 7cf1b00 commit 1734680

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/L1Tests/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,6 @@ set_source_files_properties(
134134
tests/test_HdmiCecSink.cpp
135135
PROPERTIES COMPILE_FLAGS "-fexceptions")
136136

137-
if (RDK_SERVICES_L1_TEST)
138-
find_library(TESTMOCKLIB_LIBRARIES NAMES L1TestMocklib)
139-
if (TESTMOCKLIB_LIBRARIES)
140-
message ("Found mock libraries ${TESTMOCKLIB_LIBRARIES} library")
141-
target_link_libraries(${MODULE_NAME} ${TESTMOCKLIB_LIBRARIES})
142-
else (TESTMOCKLIB_LIBRARIES)
143-
message ("Require ${TESTMOCKLIB_LIBRARIES} library")
144-
endif (TESTMOCKLIB_LIBRARIES)
145-
endif (RDK_SERVICES_L1_TEST)
146-
147137
include_directories(${TEST_INC})
148138

149139
target_link_directories(${MODULE_NAME} PUBLIC ${CMAKE_INSTALL_PREFIX}/lib ${CMAKE_INSTALL_PREFIX}/lib/wpeframework/plugins)

0 commit comments

Comments
 (0)