fix array-bounds warning

This commit is contained in:
alandefreitas
2022-11-02 19:48:12 -03:00
committed by Alan de Freitas
parent c4f6491537
commit ffce33d483
4 changed files with 20 additions and 17 deletions
+1 -3
View File
@@ -21,7 +21,5 @@ add_executable(boost_static_string_tests ${BOOST_STATIC_STRING_TESTS_FILES})
# The include dependencies are found in the CMakeLists.txt
# of the root project directory.
# See: BOOST_STATIC_STRING_UNIT_TEST_LIBRARIES
target_link_libraries(boost_static_string_tests PRIVATE
Boost::static_string
Boost::core)
target_link_libraries(boost_static_string_tests PRIVATE Boost::static_string)
add_test(NAME boost_static_string_tests COMMAND boost_static_string_tests)