1: Move cmake config files to right path.
2: bump version.
This commit is contained in:
parent
525fe0bc74
commit
0dd2f8f7c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437277
3 changed files with 4 additions and 14 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= spdlog
|
||||
PORTVERSION= 0.13.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2017-01-14 03:31:12 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -36,7 +36,7 @@ endif()
|
||||
# * https://github.com/forexample/package-example
|
||||
set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated")
|
||||
|
||||
-set(config_install_dir "lib/cmake/${PROJECT_NAME}")
|
||||
+set(config_install_dir "share/cmake/Modules/${PROJECT_NAME}")
|
||||
set(include_install_dir "include")
|
||||
set(pkgconfig_install_dir "libdata/pkgconfig")
|
||||
|
|
@ -36,7 +36,7 @@ include/spdlog/sinks/syslog_sink.h
|
|||
include/spdlog/sinks/wincolor_sink.h
|
||||
include/spdlog/spdlog.h
|
||||
include/spdlog/tweakme.h
|
||||
lib/cmake/spdlog/spdlogConfig.cmake
|
||||
lib/cmake/spdlog/spdlogConfigVersion.cmake
|
||||
lib/cmake/spdlog/spdlogTargets.cmake
|
||||
libdata/pkgconfig/spdlog.pc
|
||||
share/cmake/Modules/spdlog/spdlogConfig.cmake
|
||||
share/cmake/Modules/spdlog/spdlogConfigVersion.cmake
|
||||
share/cmake/Modules/spdlog/spdlogTargets.cmake
|
||||
|
|
Loading…
Reference in a new issue