Skip to content

Commit 134b1e0

Browse files
committed
remove unneeded cxx direction
1 parent cafa9be commit 134b1e0

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
@@ -134,13 +134,6 @@ function(cpp_library)
134134
${arg_cpp_lib_PUBLIC_HEADERS}
135135
)
136136

137-
set_target_properties(
138-
${arg_cpp_lib_NAME}
139-
PROPERTIES
140-
LINKER_LANGUAGE
141-
CXX
142-
)
143-
144137
if(ystdlib_ENABLE_TESTS)
145138
# Build library-specific unit test target
146139
set(_UNIT_TEST_TARGET "unit-test-${arg_cpp_lib_NAME}")

0 commit comments

Comments
 (0)