From 63c54fe7c8eda4652ef81ab9a759e181ac48c5ee Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 3 Dec 2023 17:16:11 +0100 Subject: CMake: Remove UseFLTK.cmake generation and usage --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e0ffb8b6f..800280fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,15 +9,13 @@ *.o **/.DS_Store -# CMake build artifacts if built in source - not recommended, but anyway +# CMake build artifacts if built in source - strongly discouraged! bin/ **/cmake_install.cmake **/CMakeCache.txt **/CMakeFiles/ -etc/UseFLTK.cmake cmake_uninstall.cmake -UseFLTK.cmake FLTK.sln FLTK-Targets.cmake FLTKConfig.cmake -- cgit v1.2.3