diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-14 19:05:39 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-14 19:15:08 +0200 |
| commit | b4cf1a9824f2c4ba9596044962d3af36e3ca3d99 (patch) | |
| tree | 4a0e7b9867f2c39412e29df51e519ac0e3d4582d /CMake/setup.cmake | |
| parent | 5417ea5f1f33f62e2511bda74477da05dce900a3 (diff) | |
Fix and improve generation of fltk-config (#954 and more)
Parts of this commit fix the usage of CMake targets in the generation
process of fltk-config modified by PR #954.
The rest improves handling of variables used to generate fltk-config,
removes obsolete comments, documents variables like GLLIBS etc. which
had to be done anyway.
Diffstat (limited to 'CMake/setup.cmake')
| -rw-r--r-- | CMake/setup.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/setup.cmake b/CMake/setup.cmake index ed00be391..3b6708416 100644 --- a/CMake/setup.cmake +++ b/CMake/setup.cmake @@ -83,10 +83,8 @@ set(FLTK_BUILD_INCLUDE_DIRECTORIES) set(FLTK_LDLIBS "") set(FLTK_LIBRARIES "") -set(GLLIBS "") set(IMAGELIBS "") set(LDFLAGS "") -set(LIBS "") set(LINK_LIBS "") set(STATICIMAGELIBS "") |
