[DO-967] update for windows cross-build (!2)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/2
This commit is contained in:
@@ -74,10 +74,10 @@ class AbseilConan(ConanFile):
|
||||
# upstream tries its best to export symbols, but it's broken for the moment
|
||||
raise ConanInvalidConfiguration(f"{self.ref} shared not availabe for Visual Studio, please use version 20230802.1 or newer")
|
||||
|
||||
def build_requirements(self):
|
||||
# https://github.com/abseil/abseil-cpp/blob/20240722.0/CMakeLists.txt#L19
|
||||
if Version(self.version) >= "20240722.0":
|
||||
self.tool_requires("cmake/[>=3.16 <4]")
|
||||
# def build_requirements(self):
|
||||
# # https://github.com/abseil/abseil-cpp/blob/20240722.0/CMakeLists.txt#L19
|
||||
# if Version(self.version) >= "20240722.0":
|
||||
# self.tool_requires("cmake/[>=3.16 <4]")
|
||||
|
||||
def layout(self):
|
||||
cmake_layout(self, src_folder="src")
|
||||
|
||||
Reference in New Issue
Block a user