Skip to content

Commit

Permalink
cmake: do not specify the name of export entries explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 21, 2024
1 parent 12e195f commit 02243ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ target_compile_features(ftp PUBLIC cxx_std_17)

include(GenerateExportHeader)
generate_export_header(ftp
BASE_NAME libftp
EXPORT_FILE_NAME ${CMAKE_CURRENT_SOURCE_DIR}/include/ftp/export.hpp)

if (LIBFTP_BUILD_TEST)
Expand Down

0 comments on commit 02243ae

Please sign in to comment.