mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 11:17:06 +07:00
use PROJECT_NAME in cmake config
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Threads REQUIRED)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/meta.hpp-targets.cmake")
|
||||
check_required_components(meta.hpp)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
|
||||
check_required_components(@PROJECT_NAME@)
|
||||
Reference in New Issue
Block a user