summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-10 15:43:12 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-10 15:43:12 +0100
commit8838e976a0b87279e5a98e560ed3d6ef20dc9139 (patch)
treea6419ba41d60dab4df2d2ec00b41c28640121c49 /test/CMakeLists.txt
parentf4f93fda159abf83937eece89ac574eff772a507 (diff)
More (mostly) documentation updates for FLTK 1.5.0
All files: remove autoconf/configure related stuff, update links. - README.txt: describe prerequisites, provide generic instructions on how to use CMake to build FLTK - test/demo.cxx: remove code used for configure/make build - test/CMakeLists.txt: remove obsolete 'target_compile_definitions()'
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d2e1c9c5f..a445b05fa 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -352,5 +352,3 @@ file(COPY
# The main test program 'demo' needs additional hints and configurations.
# Note: CMake defines "CMAKE_INTDIR" which is the build type folder (e.g. "Debug")
# for multi config builds (MSVC, Xcode)
-
-target_compile_definitions (demo PRIVATE GENERATED_BY_CMAKE)