File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -134,16 +134,6 @@ set_source_files_properties(
134
134
tests/test_HdmiCecSink.cpp
135
135
PROPERTIES COMPILE_FLAGS "-fexceptions" )
136
136
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
-
147
137
include_directories (${TEST_INC} )
148
138
149
139
target_link_directories (${MODULE_NAME} PUBLIC ${CMAKE_INSTALL_PREFIX} /lib ${CMAKE_INSTALL_PREFIX} /lib/wpeframework/plugins)
You can’t perform that action at this time.
0 commit comments