From b4cf1a9824f2c4ba9596044962d3af36e3ca3d99 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 14 Apr 2024 19:05:39 +0200 Subject: 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. --- CMake/setup.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMake/setup.cmake') 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 "") -- cgit v1.2.3