Skip to content

Commit 03a79df

Browse files
committed
Remove redundant EXPORT_MACRO_NAME
1 parent 37c41b6 commit 03a79df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/modules/jackrack/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ set_target_properties(mltjackrack PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${MLT_MOD
5353
add_library(mltladspa MODULE factory.c)
5454

5555

56-
generate_export_header(mltladspa
57-
EXPORT_MACRO_NAME MLTLADSPA_EXPORT
58-
)
56+
generate_export_header(mltladspa)
5957
target_compile_options(mltladspa PRIVATE ${MLT_COMPILE_OPTIONS})
6058

6159
target_link_libraries(mltladspa PRIVATE mlt Threads::Threads)

0 commit comments

Comments
 (0)