Skip to content

Commit 93e7cd7

Browse files
committed
convert to new-style find_package(Rock)
1 parent 49b3a69 commit 93e7cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMakeLists.txt has to be located in the project folder and cmake has to be
22
# executed from 'project/build' with 'cmake ../'.
33
cmake_minimum_required(VERSION 2.6)
4-
include($ENV{ROCK_CMAKE_MACROS}/Rock.cmake)
4+
find_package(Rock)
55
rock_init(vizkit3d_plugin_tutorial 0.1)
66
rock_standard_layout()

0 commit comments

Comments
 (0)