Skip to content
Snippets Groups Projects
Commit a7b75971 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Add Boost Version for Ubuntu22

parent a66bb79e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ elseif(RELEASE_CODENAME STREQUAL focal OR RELEASE_CODENAME STREQUAL odin OR RELE
SET(Simox_BOOST_VERSION 1.71.0)
elseif(RELEASE_CODENAME STREQUAL impish)
SET(Simox_BOOST_VERSION 1.74.0)
elseif(RELEASE_CODENAME STREQUAL jammy)
SET(Simox_BOOST_VERSION 1.74.0)
else()
SET(Simox_BOOST_VERSION 1.65.1)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment