RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 175 forks source link

🚧 Build with conan V2 #2960

Closed AnotherFoxGuy closed 1 year ago

AnotherFoxGuy commented 1 year ago

Doesn't build yet with Conan V2 since not all packages have been upgraded, but it still should build with ror-deps

Build steps conan install -pr:b=../tools/conan-profiles/vs-19-release-ninja .. cmake .. -G Ninja -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -CMAKE_BUILD_TYPE=Release

AnotherFoxGuy commented 1 year ago

Will open a new PR