From 478d6336200d18630abd0d77c512e28fb2b931d0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 10 Feb 2016 13:04:24 +0000 Subject: More device and driver setup. - building the base structure to have a screen driver, a window driver, and a system driver - still pondering over the exact implementation git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CMake/options.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMake') diff --git a/CMake/options.cmake b/CMake/options.cmake index 94ff1e69e..750b9bc25 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -364,9 +364,9 @@ endif(X11_FOUND AND NOT OPTION_PRINT_SUPPORT) ####################################################################### ####################################################################### -set(FL_CFG_FILESYSTEM_SUPPORT FALSE) +set(FL_CFG_NO_FILESYSTEM_SUPPORT TRUE) if(OPTION_FILESYSTEM_SUPPORT) - set(FL_CFG_FILESYSTEM_SUPPORT TRUE) + set(FL_CFG_NO_FILESYSTEM_SUPPORT FALSE) endif(OPTION_FILESYSTEM_SUPPORT) ####################################################################### -- cgit v1.2.3