blob: a2d48c8c031a2e81d4d7ad3807e93654acb0f52b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CMakeLists.txt.orig 2020-01-26 19:09:42 UTC
+++ CMakeLists.txt
@@ -113,7 +113,6 @@ file(GLOB COMMON_SRC
add_library(${PROJECT_NAME} ${COMMON_SRC})
-aws_set_common_properties(${PROJECT_NAME} NO_WEXTRA)
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_COMMON")
target_compile_options(${PROJECT_NAME} PUBLIC ${PLATFORM_CFLAGS})
|