Skip to content

Commit f7704b0

Browse files
committed
🚚 Rename license.md
1 parent 5f678bf commit f7704b0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#
2929
# ============================================================================>
3030

31-
cmake_minimum_required(VERSION 3.28.0)
31+
cmake_minimum_required(VERSION 3.31.0)
3232

3333
# # Project kickstart
3434
# Includes a bunch of basic flags and utilities shared across projects
@@ -174,6 +174,7 @@ target_compile_definitions(ztd.thread
174174
PRIVATE
175175
ZTD_THREAD_BUILD=1
176176
_GNU_SOURCE=1
177+
__STDC_WANT_LIB_EXT1__=1
177178
PUBLIC
178179
$<$<STREQUAL:$<TARGET_PROPERTY:ztd.thread,TYPE>,SHARED_LIBRARY>:ZTD_THREAD_DLL=1>
179180
${CMAKE_DL_LIBS}
File renamed without changes.

0 commit comments

Comments
 (0)