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 134b1e0 commit 487844dCopy full SHA for 487844d
CMake/ystdlib-helpers.cmake
@@ -155,13 +155,6 @@ function(cpp_library)
155
${CMAKE_BINARY_DIR}/testbin
156
)
157
158
- set_target_properties(
159
- ${_UNIT_TEST_TARGET}
160
- PROPERTIES
161
- LINKER_LANGUAGE
162
- CXX
163
- )
164
-
165
# Link against unified unit test
166
target_sources(${UNIFIED_UNIT_TEST_TARGET} PRIVATE ${arg_cpp_lib_TESTS_SOURCES})
167
target_link_libraries(
0 commit comments