3MFConsortium/lib3mf
CMakeLists.txt
:196
target_compile_options(${PROJECT_NAME} PRIVATE "-DHAVE_FTELLO")
target_compile_options(${PROJECT_NAME} PRIVATE "-DHAVE_FTELLO")
check_symbol_exists(ftello "stdio.h" HAVE_FTELLO)
check_function_exists(ftello HAVE_FTELLO)
check_function_exists(ftello HAVE_FTELLO)
check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)
endif(HAVE_FSEEKO AND HAVE_FTELLO)
check_symbol_exists(ftello stdio.h HAVE_FTELLO)