Skip to content

Commit

Permalink
Add sqlpp17 alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon0402 authored and rbock committed Jan 31, 2021
1 parent 5f66bf7 commit 091af92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ include(CTest)
# Main targets
###############################################################################
add_library(sqlpp17 INTERFACE)
add_library(sqlpp17::sqlpp17 ALIAS sqlpp17)

target_include_directories(sqlpp17 INTERFACE
$<BUILD_INTERFACE:${sqlpp17_SOURCE_DIR}/include>
Expand Down
2 changes: 1 addition & 1 deletion examples/usage_fetch_content/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include(FetchContent)

FetchContent_Declare(sqlpp11
FetchContent_Declare(sqlpp17
GIT_REPOSITORY https://github.com/leon0402/sqlpp17
GIT_TAG origin/feature/fetchContent
)
Expand Down

0 comments on commit 091af92

Please sign in to comment.