Skip to content

Commit 192ab0d

Browse files
authored
Remove no-op from CMakeLists.txt (#1226)
1 parent 062af13 commit 192ab0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ option(AWS_PAGE_SIZE "Page size of the target machine. Useful when cross-compili
6161
if (WIN32)
6262
set(WINDOWS_KERNEL_LIB "kernel32" CACHE STRING "The name of the kernel library to link against (default: kernel32)")
6363

64-
file(GLOB AWS_COMMON_OS_HEADERS
65-
"include/aws/common/windows/*"
66-
)
67-
6864
file(GLOB AWS_COMMON_OS_SRC
6965
"source/windows/*.c"
7066
"source/platform_fallback_stubs/system_info.c"

0 commit comments

Comments
 (0)