summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-08-28 15:19:55 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-08-28 15:21:58 +0200
commitd11c412f953774bf5b0747815c67f6b6e759d4c8 (patch)
tree09d2e98c3cd00d7195d65629cb330107e48336c4 /src
parentb328c1f90257e21f1fa2883dd7f18b22fd61592e (diff)
CMake: Make compile definitions 'FL_LIBRARY' and 'FL_DLL' private
... so they are not inherited by consumers of the library. Remove 'add_definitions(-DFL_LIBRARY)' from src/CMakeLists.txt This is not necessary, see CMake/fl_add_library.cmake Don't set obsolete property 'CLEAN_DIRECT_OUTPUT' which was removed in CMake 2.8.0.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 681aac2cd..9f1a578b8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -580,8 +580,6 @@ if (WIN32)
list (APPEND STATIC_FILES fl_call_main.c)
endif (WIN32)
-add_definitions(-DFL_LIBRARY)
-
#######################################################################
# prepare optional libs for shared and static FLTK libraries