diff options
author | 2022-01-11 15:33:15 +0100 | |
---|---|---|
committer | 2022-01-11 15:33:15 +0100 | |
commit | 4939aad7b13536f945664bafceeec5dc26492a17 (patch) | |
tree | e576317594ce41724bfe459ac3c41c23020cf4c8 | |
parent | 563487f9535e6f52a42278b9e1c2ec8f56b91449 (diff) | |
download | paludis-master.tar.gz paludis-master.tar.xz |
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5495b1329..ae648158b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ set(PYTHON_SUPPORTED_VERSIONS 2.7 3.6 3.7 3.8 3.9 3.10) set(PYTHON_VERSION "2.7" CACHE STRING "Python version (${PYTHON_SUPPORTED_VERSIONS}) (requires corresponding Boost.Python as well)") -set(RUBY_SUPPORTED_VERSIONS 2.6 2.7 3.0) +set(RUBY_SUPPORTED_VERSIONS 2.6 2.7 3.0 3.1) set(RUBY_VERSION "2.7" CACHE STRING "Ruby Version (${RUBY_SUPPORTED_VERSIONS})") set(CMAKE_THREAD_PREFER_PTHREAD TRUE) |