Skip to content

Commit

Permalink
Remove generation of export header as this is no longer required
Browse files Browse the repository at this point in the history
Ref #55
  • Loading branch information
Tectu committed Jan 5, 2022
1 parent d881ece commit f3df9c1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/malloy/target_setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,4 @@ function(malloy_target_common_setup TARGET)
RUNTIME_OUTPUT_DIRECTORY ${MALLOY_BINARY_DIR}
LIBRARY_OUTPUT_DIRECTORY ${MALLOY_BINARY_DIR}
)

include(GenerateExportHeader)
generate_export_header(
${TARGET}
BASE_NAME "malloy"
EXPORT_FILE_NAME "malloy_export.hpp"
DEPRECATED_MACRO_NAME "MALLOY_DEPRECATED"
NO_DEPRECATED_MACRO_NAME "MALLOY_NO_DEPRECATED"
EXPORT_MACRO_NAME "MALLOY_EXPORT"
NO_EXPORT_MACRO_NAME "MALLOY_NO_EXPORT"
STATIC_DEFINE "MALLOY_EXPORT_STATIC_DEFINE"
DEFINE_NO_DEPRECATED
)
endfunction()

0 comments on commit f3df9c1

Please sign in to comment.