Skip to content

Commit

Permalink
CMake always explicitly specify a source files extension
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.
  • Loading branch information
robertmaynard committed May 18, 2021
1 parent 59d8d5e commit 815907e
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 815907e

Please sign in to comment.