File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- vcpkg_check_linkage (ONLY_STATIC_LIBRARY )
2-
3- vcpkg_from_github (
4- OUT_SOURCE_PATH SOURCE_PATH
5- REPO ChristianPanov/lwlog
6- REF "v${VERSION} "
7- SHA512 46615bb9680d847614955c5c371fc1b7f0e2741e240469fb220a62eb64b4caad5161fc741e4ebe3af4c37bb7db413702203c3fa5e4365a5b69aee24401873de4
8- HEAD_REF master
9- )
10-
11- vcpkg_cmake_configure (SOURCE_PATH ${SOURCE_PATH} )
12-
13- vcpkg_cmake_install ()
14-
15- vcpkg_cmake_config_fixup (PACKAGE_NAME lwlog_lib CONFIG_PATH lib/cmake )
16-
17- file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
18-
19- vcpkg_install_copyright (FILE_LIST "${SOURCE_PATH} /LICENSE" )
1+ vcpkg_check_linkage (ONLY_STATIC_LIBRARY )
2+
3+ vcpkg_from_github (
4+ OUT_SOURCE_PATH SOURCE_PATH
5+ REPO ChristianPanov/lwlog
6+ REF "v${VERSION} "
7+ SHA512 882bedcbab5c68c9c10874aa0531e6c25416e7b0922eeec2ba7081a9a6e19bd35b4d2b64b7d2a7b3baae5a650f428f2cd21a7e796ff5caa91fe94518ea50f76f
8+ HEAD_REF master
9+ )
10+
11+ vcpkg_cmake_configure (SOURCE_PATH ${SOURCE_PATH} )
12+
13+ vcpkg_cmake_install ()
14+
15+ vcpkg_cmake_config_fixup (PACKAGE_NAME lwlog_lib CONFIG_PATH lib/cmake )
16+
17+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
18+
19+ vcpkg_install_copyright (FILE_LIST "${SOURCE_PATH} /LICENSE" )
Original file line number Diff line number Diff line change 11{
22 "name" : " lwlog" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "description" : " Very fast synchronous and asynchronous C++17 logging library" ,
55 "homepage" : " https://github.com/ChristianPanov/lwlog" ,
66 "license" : " MIT" ,
7- "supports" : " !android & !(arm & windows)" ,
7+ "supports" : " !android & !(arm & windows) & !x86 " ,
88 "dependencies" : [
99 {
1010 "name" : " vcpkg-cmake" ,
Original file line number Diff line number Diff line change 62536253 "port-version" : 1
62546254 },
62556255 "lwlog" : {
6256- "baseline" : " 1.4 .0" ,
6256+ "baseline" : " 1.5 .0" ,
62576257 "port-version" : 0
62586258 },
62596259 "lz4" : {
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " dcaae25bf8b5b521a2fe7591deb352f7b6286819" ,
5+ "version" : " 1.5.0" ,
6+ "port-version" : 0
7+ },
38 {
49 "git-tree" : " fe054b794cce748266ed79c51086309d5d856abb" ,
510 "version" : " 1.4.0" ,
You can’t perform that action at this time.
0 commit comments