mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-08 19:02:07 +03:00
cmake: add one missed PROJECT_NAME
variable
Follow-up to 72fd25958a
Closes #1158
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (C) The libssh2 project and its contributors.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/libssh2-targets.cmake")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
|
||||
|
||||
# Alias for either shared or static library
|
||||
add_library(@PROJECT_NAME@::libssh2 ALIAS @PROJECT_NAME@::@LIB_SELECTED@)
|
||||
|
Reference in New Issue
Block a user