Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 23, 2024
1 parent 83bca38 commit 6925a88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,3 @@ if (ALLOW_CROSS_COMPILED_TESTS OR NOT CMAKE_CROSSCOMPILING)
endif()

include(CPackConfig)

2 changes: 0 additions & 2 deletions cmake/AwsCRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ function(aws_determine_local_c_runtime target)
if (NOT(${AWS_MUSL_INDEX} EQUAL -1))
message(STATUS "MUSL libc detected")
set(${target} "musl" PARENT_SCOPE)
add_definitions(-DAWS_C_RUNTIME_MUSL)
else()
if ((NOT(${AWS_GLIBC_INDEX} EQUAL -1)) OR (NOT(${AWS_GNU_INDEX} EQUAL -1)))
message(STATUS "Gnu libc detected")
else()
message(STATUS "Could not determine C runtime, defaulting to gnu libc")
endif()
set(${target} "glibc" PARENT_SCOPE)
add_definitions(-DAWS_C_RUNTIME_GLIBC)
endif()
else()
set(${target} "cruntime" PARENT_SCOPE)
Expand Down

0 comments on commit 6925a88

Please sign in to comment.