Skip to content

Commit

Permalink
Always build tests for cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 13, 2023
1 parent 1e7d365 commit 9eb3afe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/cmdline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ add_executable(cmdline ${sources})
target_link_libraries(cmdline PRIVATE ftp::client Boost::boost)
target_compile_features(cmdline PRIVATE cxx_std_17)

if (LIBFTP_BUILD_TESTS)
add_subdirectory(tests)
endif()
add_subdirectory(tests)

0 comments on commit 9eb3afe

Please sign in to comment.