🎉 Added check version script
This commit is contained in:
parent
4ce154346e
commit
65b1d528ff
10
CheckLatestVersions.cmake
Normal file
10
CheckLatestVersions.cmake
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
|
function(add_external_lib package conan_package_name)
|
||||||
|
string(REPLACE "/" ";" tmp "${conan_package_name}")
|
||||||
|
string(REPLACE "@" ";" tmp "${tmp}")
|
||||||
|
list(GET tmp 0 plain_pkg_name)
|
||||||
|
execute_process(COMMAND conan search ${plain_pkg_name} -r all)
|
||||||
|
endfunction()
|
||||||
|
|
||||||
|
include(DependenciesConfig.cmake)
|
Loading…
x
Reference in New Issue
Block a user