Skip to content

Commit 31c47c0

Browse files
committed
CI/CD error
1 parent a3cedac commit 31c47c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ include(CTest)
3030
add_library(beman.transform_join_view INTERFACE)
3131
add_library(beman::transform_join_view ALIAS beman.transform_join_view)
3232

33-
target_sources(
34-
beman.transform_join_view
33+
target_sources(beman.transform_join_view
3534
INTERFACE
3635
FILE_SET HEADERS
37-
BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include"
36+
BASE_DIRS include
3837
FILES
39-
"${CMAKE_CURRENT_SOURCE_DIR}/include/beman/transform_join_view/identity.hpp"
38+
beman/transform_join_view/identity.hpp
4039
)
4140

41+
4242
target_compile_features(beman.transform_join_view INTERFACE cxx_std_20)
4343

4444
if(BEMAN_TRANSFORM_JOIN_VIEW_BUILD_TESTS)

0 commit comments

Comments
 (0)