[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [clazy] /: Bump minimum clang version to 3.9
From:       Sergio Martins <null () kde ! org>
Date:       2018-03-31 21:20:32
Message-ID: E1f2NvM-00081d-J8 () code ! kde ! org
[Download RAW message or body]

Git commit 3de29b03c0c2b7d7c0c2f8e60e0b4f02fed42e7c by Sergio Martins.
Committed on 31/03/2018 at 21:18.
Pushed by smartins into branch 'master'.

Bump minimum clang version to 3.9

Doesn't compile anymore with 3.8

M  +1    -1    CMakeLists.txt
M  +2    -2    README.md

https://commits.kde.org/clazy/3de29b03c0c2b7d7c0c2f8e60e0b4f02fed42e7c

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b5d249..ac2fda2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ set(CLAZY_PRINT_VERSION "${CLAZY_VERSION_MAJOR}.${CLAZY_VERSION_MINOR}")
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR}/cmake)
 if (NOT CLAZY_BUILD_WITH_CLANG)
-  find_package(Clang 3.8 MODULE REQUIRED)
+  find_package(Clang 3.9 MODULE REQUIRED)
 endif()
 
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
diff --git a/README.md b/README.md
index 7927631..eb7a2e3 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ You can get clazy from:
 - Other distros: Check llvm/clang build docs.
 
 ### Build and install clang
-clang and LLVM >= 3.8 are required.
-Use clazy v1.1 if you need 3.7 support.
+clang and LLVM >= 3.9 are required.
+Use clazy v1.1 if you need 3.7 support, or v1.3 for 3.8 support.
 
 If your distro provides clang then you can skip this step.
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic