Skip to content

Commit

Permalink
Merge pull request #11 from awslabs/cmake-fix
Browse files Browse the repository at this point in the history
Fixed reference to AwsSanitizers
  • Loading branch information
justinboswell authored Dec 18, 2018
2 parents 46391e3 + 4371fc2 commit 77b606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project (aws-c-event-stream C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_INSTALL_PREFIX}/lib/cmake")
include(AwsCFlags)
include(Sanitizers)
include(AwsSanitizers)
include(CheckCCompilerFlag)

if(NOT MSVC)
Expand Down

0 comments on commit 77b606e

Please sign in to comment.