Skip to content

Commit

Permalink
Merge pull request #88 from colobot/dev-update-python
Browse files Browse the repository at this point in the history
Switch required Python version
  • Loading branch information
tomangelo2 committed Dec 26, 2023
2 parents 80f2d99 + b521472 commit c9c82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(Colobot-Data)
option(TRANSLATIONS "Enable translations of help and level files" ON)

if(TRANSLATIONS)
find_package(PythonInterp 2.7 REQUIRED)
find_package(PythonInterp 3.0 REQUIRED)
else()
message(STATUS "Translations disabled; only English files will be installed")
endif()
Expand Down

0 comments on commit c9c82ba

Please sign in to comment.