We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3a76 commit 0565bc5Copy full SHA for 0565bc5
2 files changed
CMakeLists.txt
@@ -29,7 +29,7 @@ if (BUILD_DEPS)
29
set(IN_SOURCE_BUILD ON)
30
set(BUILD_TESTING OFF)
31
add_subdirectory(crt/aws-c-common)
32
- if (UNIX AND NOT APPLE)
+ if (UNIX)
33
include(AwsPrebuildDependency)
34
35
set(AWSLC_CMAKE_ARGUMENTS
crt/aws-c-io
0 commit comments