diff options
author | selsta <selsta@sent.at> | 2021-04-26 01:27:02 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-04-27 11:02:05 +0200 |
commit | cbd54ea52424d679549800ce57f5ba6ae1956752 (patch) | |
tree | e09e0e946ab3e74b4f25fec2d9b7c0c6437390de /translations | |
parent | Merge pull request #7669 (diff) | |
download | monero-cbd54ea52424d679549800ce57f5ba6ae1956752.tar.xz |
cmake: set 3.5 as minimum version
Diffstat (limited to 'translations')
-rw-r--r-- | translations/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index 0081746f2..7e31ed319 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -26,7 +26,7 @@ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -cmake_minimum_required(VERSION 2.8.7) +cmake_minimum_required(VERSION 3.5) project(translations) |