We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafa9be commit 134b1e0Copy full SHA for 134b1e0
CMake/ystdlib-helpers.cmake
@@ -134,13 +134,6 @@ function(cpp_library)
134
${arg_cpp_lib_PUBLIC_HEADERS}
135
)
136
137
- set_target_properties(
138
- ${arg_cpp_lib_NAME}
139
- PROPERTIES
140
- LINKER_LANGUAGE
141
- CXX
142
- )
143
-
144
if(ystdlib_ENABLE_TESTS)
145
# Build library-specific unit test target
146
set(_UNIT_TEST_TARGET "unit-test-${arg_cpp_lib_NAME}")
0 commit comments