diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-18 12:43:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-18 12:43:09 +0200 |
commit | a39532c4d86e4b31c3ddb2e9b132ca87865d7b58 (patch) | |
tree | d96fe056bfa1f6789dace7998dac61adb60dc3b0 | |
parent | 3648e16e17a908e7f08bde789fefe3abc6981544 (diff) |
CMake minimal version set to 3.5
Change-Id: Ic0cc88d4b423deb3ba187b59f3e0caad0711fd4d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 3 | ||||
m--------- | conf.d/app-templates | 0 |
3 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8bb607..22adb2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ########################################################################### -CMAKE_MINIMUM_REQUIRED(VERSION 3.6) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) # Do not change this file, config is located into conf.d include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) @@ -25,19 +25,16 @@ git pull --recurse-submodules https://github.com/iotbzh/audio-bindings # Specific Dependencies - * cmake >= 3.6 * alsa-devel >= 1.1.2 Warning some distro like Fedora-25 still ship version 1.1.1 as default * lua >= 5.3 Most distribution only ship version 5.2 but binary package should be easy to find ``` OpenSuse - - cmake 3.6 Take the Tumbleweed version https://software.opensuse.org/ymp/openSUSE:Factory/standard/cmake.ymp?base=openSUSE%3AFactory&query=cmake - LUA-5.3-devel https://software.opensuse.org//download.html?project=devel%3Alanguages%3Alua&package=lua53 - Alsa-devel zypper --install alsa-devel # 42.3 is shipped default with 1.1.4 Fedora 26 (out of the box) - - cmake 3.6 - Lua 5.3 - Alsa-devel 1.1.4 ``` diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject 421f62833dc53ab95648951e75827deb2d9d20b +Subproject aa763ddec685dc44bcb5d44718d78f3692d4f0d |