11#
22# URL: https://github.com/panchaBhuta/rapidcsv
33#
4- # Copyright (c) 2023-2023 Gautam Dhar
4+ # Copyright (c) 2023-2025 Gautam Dhar
55# All rights reserved.
66#
77# rapidcsv is distributed under the BSD 3-Clause license, see LICENSE for details.
@@ -24,7 +24,6 @@ macro(add_unit_test testname)
2424 # executable ${testname} has to have transitive association to all its dependencies(aka library chain)
2525 # refer https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html#target-usage-requirements
2626 # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
27- # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
2827 set_target_properties (${testname} PROPERTIES LINKER_LANGUAGE CXX )
2928 endif ()
3029endmacro (add_unit_test )
@@ -42,7 +41,6 @@ macro(add_unit_test_properties testname)
4241 # executable ${testname} has to have transitive association to all its dependencies(aka library chain)
4342 # refer https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html#target-usage-requirements
4443 # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
45- # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
4644 set_target_properties (${testname} PROPERTIES LINKER_LANGUAGE CXX )
4745 endif ()
4846endmacro (add_unit_test_properties )
@@ -58,7 +56,6 @@ macro(add_perf_test testname)
5856 # executable ${testname} has to have transitive association to all its dependencies(aka library chain)
5957 # refer https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html#target-usage-requirements
6058 # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
61- # refer https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
6259 endif ()
6360endmacro (add_perf_test )
6461
@@ -252,3 +249,4 @@ add_unit_test(testViewYmd003)
252249add_unit_test(test099)
253250#]===========================================]
254251
252+
0 commit comments