Skip to content

Commit

Permalink
cmake: do not configure source_group() explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent 175c3c1 commit f7980a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ set(sources
src/ssl_socket.cpp
src/utils.cpp)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${sources})

add_library(ftp ${sources})
add_library(ftp::ftp ALIAS ftp)

Expand Down
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ set(sources
test_utils.hpp
utils.cpp)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${sources})

add_executable(ftp_tests ${sources})

target_link_libraries(ftp_tests
Expand Down

0 comments on commit f7980a1

Please sign in to comment.