Skip to content

Commit

Permalink
fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 23, 2024
1 parent 6a5a9d5 commit beda1bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ include(AwsSanitizers)
include(AwsThreadAffinity)
include(AwsThreadName)
include(CTest)
include(AwsCRuntime)

aws_determine_local_c_runtime(AWS_C_RUNTIME)

set(GENERATED_ROOT_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated")
set(GENERATED_INCLUDE_DIR "${GENERATED_ROOT_DIR}/include")
Expand Down Expand Up @@ -319,5 +322,4 @@ if (ALLOW_CROSS_COMPILED_TESTS OR NOT CMAKE_CROSSCOMPILING)
endif()

include(CPackConfig)
aws_determine_local_c_runtime(AWS_C_RUNTIME)

0 comments on commit beda1bb

Please sign in to comment.