mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Update
This commit is contained in:
@@ -93,6 +93,9 @@ if (NOT MSVC)
|
||||
check_symbol_exists(timezone "time.h" HAVE_TIMEZONE)
|
||||
check_symbol_exists(tzset "time.h" HAVE_TZSET)
|
||||
endif()
|
||||
if (NOT WIN32)
|
||||
check_symbol_exists(clock_gettime "time.h" HAVE_CLOCK_GETTIME)
|
||||
endif()
|
||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/utils_config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/utils_config.h")
|
||||
|
||||
if ("${CMAKE_C_COMPILER_ID}" STREQUAL GNU)
|
||||
|
||||
Reference in New Issue
Block a user