Skip to content

Commit

Permalink
examples: fix module directory path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jan 21, 2014
1 parent 450d34d commit 39bb99e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/examples/interconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cmake_minimum_required(VERSION 2.8)
project(CorradeInterconnectExample)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../../modules")

find_package(Corrade REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion src/examples/pluginmanager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cmake_minimum_required(VERSION 2.8)
project(CorradePluginManagerExample)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../../modules")

find_package(Corrade REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion src/examples/resource/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cmake_minimum_required(VERSION 2.8)
project(CorradeResourceExample)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../../modules")

find_package(Corrade REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion src/examples/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cmake_minimum_required(VERSION 2.8)
project(CorradeTestExample)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../../modules")

find_package(Corrade REQUIRED)

Expand Down

0 comments on commit 39bb99e

Please sign in to comment.