Skip to content

Commit

Permalink
Fixed cmake config file template. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson authored Jan 24, 2020
1 parent 45d6ba1 commit 11bb853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/aws-c-compression-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(CMakeFindDependencyMacro)
find_dependency(aws-c-common)

if (BUILD_SHARED_LIBS)
include(${CMAKE_CURRENT_LIST_DIR}/shared/@CMAKE_PROJECT_NAME@-targets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/shared/@PROJECT_NAME@-targets.cmake)
else()
include(${CMAKE_CURRENT_LIST_DIR}/static/@CMAKE_PROJECT_NAME@-targets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/static/@PROJECT_NAME@-targets.cmake)
endif()

0 comments on commit 11bb853

Please sign in to comment.