Skip to content

Commit

Permalink
Merge pull request #6 from chhtz/master
Browse files Browse the repository at this point in the history
Fix deprecated usage of providing project name to `rock_init` macro
  • Loading branch information
doudou authored Sep 18, 2023
2 parents 364e317 + b3d244e commit 861be5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CMakeLists.txt has to be located in the project folder and cmake has to be
# executed from 'project/build' with 'cmake ../'.
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.0)
project(base-logging VERSION 0.1)
find_package(Rock)
rock_init(base-logging 0.1)
rock_init()
rock_standard_layout()

0 comments on commit 861be5f

Please sign in to comment.