Skip to content

Commit 487844d

Browse files
committed
further removal of unneeded cxx
1 parent 134b1e0 commit 487844d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMake/ystdlib-helpers.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@ function(cpp_library)
155155
${CMAKE_BINARY_DIR}/testbin
156156
)
157157

158-
set_target_properties(
159-
${_UNIT_TEST_TARGET}
160-
PROPERTIES
161-
LINKER_LANGUAGE
162-
CXX
163-
)
164-
165158
# Link against unified unit test
166159
target_sources(${UNIFIED_UNIT_TEST_TARGET} PRIVATE ${arg_cpp_lib_TESTS_SOURCES})
167160
target_link_libraries(

0 commit comments

Comments
 (0)