mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 19:03:28 +00:00
Possible missed something given build system has a lot of noisy refactoring that makes it hard to see other changes. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
11 lines
431 B
Diff
11 lines
431 B
Diff
Games files have rather generic names and are more like demos
|
|
that most people likely won't care to have installed. Patch
|
|
this out for now so does not install extra files with tests
|
|
(may possibly improve with future FLTK_BUILD_GAMES).
|
|
--- a/CMake/install.cmake
|
|
+++ b/CMake/install.cmake
|
|
@@ -126,3 +126,3 @@
|
|
|
|
-if(FLTK_BUILD_TEST) # "OR FLTK_BUILD_GAMES" (not yet implemented)
|
|
+if(0) # "OR FLTK_BUILD_GAMES" (not yet implemented)
|
|
|