Skip to content

Commit 4abad0d

Browse files
Fix cmake config template. (#178)
1 parent 0eace8e commit 4abad0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/aws-c-http-config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ find_dependency(aws-c-io)
44
find_dependency(aws-c-compression)
55

66
if (BUILD_SHARED_LIBS)
7-
include(${CMAKE_CURRENT_LIST_DIR}/shared/@CMAKE_PROJECT_NAME@-targets.cmake)
7+
include(${CMAKE_CURRENT_LIST_DIR}/shared/@PROJECT_NAME@-targets.cmake)
88
else()
9-
include(${CMAKE_CURRENT_LIST_DIR}/static/@CMAKE_PROJECT_NAME@-targets.cmake)
9+
include(${CMAKE_CURRENT_LIST_DIR}/static/@PROJECT_NAME@-targets.cmake)
1010
endif()
1111

0 commit comments

Comments
 (0)