Skip to content

Commit

Permalink
adding minimum required cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohren authored and Ruben Smits committed Sep 11, 2013
1 parent 3e9e0af commit 9353b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cmake_minimum_required(VERSION 2.6)

project(orogen)
FIND_PACKAGE(Ruby REQUIRED)

Expand Down

0 comments on commit 9353b05

Please # to comment.