Skip to content

Commit ee4b870

Browse files
committed
Fix CMake warnings
1 parent f8fd0de commit ee4b870

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# CMakeLists.txt has to be located in the project folder and cmake has to be
22
# executed from 'project/build' with 'cmake ../'.
3-
cmake_minimum_required(VERSION 2.6)
3+
cmake_minimum_required(VERSION 3.0)
44
find_package(Rock)
5+
project(lib_config VERSION 0.1)
56
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
67

7-
rock_init(lib_config 0.1)
8+
rock_init()
89
include_directories(src)
910
rock_standard_layout()
1011

0 commit comments

Comments
 (0)