mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
10 lines
345 B
Text
10 lines
345 B
Text
--- 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})
|
|
|