We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062af13 commit 192ab0dCopy full SHA for 192ab0d
CMakeLists.txt
@@ -61,10 +61,6 @@ option(AWS_PAGE_SIZE "Page size of the target machine. Useful when cross-compili
61
if (WIN32)
62
set(WINDOWS_KERNEL_LIB "kernel32" CACHE STRING "The name of the kernel library to link against (default: kernel32)")
63
64
- file(GLOB AWS_COMMON_OS_HEADERS
65
- "include/aws/common/windows/*"
66
- )
67
-
68
file(GLOB AWS_COMMON_OS_SRC
69
"source/windows/*.c"
70
"source/platform_fallback_stubs/system_info.c"
0 commit comments