Updated required cmake version for string(FIND

This commit is contained in:
James Goppert 2011-10-31 11:32:48 -04:00
parent 0be90fe893
commit 20109b6b8f
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
<name>ArduPilotMega-Source@ardupilotone</name> <name>ArduPilotMega-Source@ardupilotone</name>
<comment></comment> <comment></comment>
<projects> <projects>
<project>ArduPilotMega@ardupilotone-unix</project>
</projects> </projects>
<buildSpec> <buildSpec>
</buildSpec> </buildSpec>

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8.5)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Arduino.cmake) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Arduino.cmake)