Lines Matching +full:string +full:- +full:support
1 # CMake support for fseeko
28 # FSEEKO_DEFINITIONS - List of definitions to pass to add_definitions()
29 # FSEEKO_COMPILE_OPTIONS - List of definitions to pass to add_compile_options()
30 # FSEEKO_LIBRARIES - List of libraries and linker flags
31 # FSEEKO_FOUND - If there is Large files support
42 # * Preprocessor flag -D_LARGEFILE_SOURCE
49 message(STATUS "Looking for native fseeko support")
53 message(STATUS "Looking for native fseeko support - found")
56 message(STATUS "Looking for native fseeko support - not found")
63 set(CMAKE_REQUIRED_DEFINITIONS ${LFS_DEFINITIONS} "-D_LARGEFILE_SOURCE")
67 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - found")
69 set(_fseeko_cppflags "-D_LARGEFILE_SOURCE")
71 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - not found")
75 set(FSEEKO_DEFINITIONS ${_fseeko_cppflags} CACHE STRING "Extra definitions for fseeko support")
76 set(FSEEKO_COMPILE_OPTIONS "" CACHE STRING "Extra compiler options for fseeko support")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")