Skip to content

Commit

Permalink
CMake always explicitly specify a source files extension (#8270)
Browse files Browse the repository at this point in the history
While you can pass files without extensions to CMake this is legacy behavior that is now deprecated.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Christopher Harris (https://github.com/cwharris)
  - Mike Wilson (https://github.com/hyperbolic2346)

URL: #8270
  • Loading branch information
robertmaynard authored May 18, 2021
1 parent 59d8d5e commit bbce6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ ConfigureTest(GROUPBY_TEST
groupby/count_scan_tests.cpp
groupby/count_tests.cpp
groupby/groups_tests.cpp
groupby/keys_tests.cpp
groupby/min_tests.cpp
groupby/keys_tests.cpp
groupby/min_tests.cpp
groupby/max_scan_tests.cpp
groupby/max_tests.cpp
groupby/mean_tests.cpp
Expand Down Expand Up @@ -137,7 +137,7 @@ ConfigureTest(CLAMP_TEST replace/clamp_test.cpp)

###################################################################################################
# - fixed_point tests -----------------------------------------------------------------------------
ConfigureTest(FIXED_POINT_TEST
ConfigureTest(FIXED_POINT_TEST
fixed_point/fixed_point_tests.cpp
fixed_point/fixed_point_tests.cu)

Expand Down Expand Up @@ -330,7 +330,7 @@ ConfigureTest(STRINGS_TEST
strings/chars_types_tests.cpp
strings/combine/concatenate_list_elements_tests.cpp
strings/combine/concatenate_tests.cpp
strings/combine/join_strings_tests
strings/combine/join_strings_tests.cpp
strings/concatenate_tests.cpp
strings/contains_tests.cpp
strings/datetime_tests.cpp
Expand Down

0 comments on commit bbce6bc

Please sign in to comment.