forked from aldebaran/gtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqibuild.cmake
More file actions
25 lines (19 loc) · 825 Bytes
/
qibuild.cmake
File metadata and controls
25 lines (19 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Copyright (C) 2011 Aldebaran Robotics
###############################################
# Auto-generated file. #
# Do not edit #
# This file is part of the qibuild project #
###############################################
set(QIBUILD_BOOTSTRAP_VERSION 11)
# Someone used qibuild and generated a dependencies.cmake
# file (for the dependencies and where to find qibuild/cmake file),
# so just use it.
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/dependencies.cmake)
include(${CMAKE_CURRENT_BINARY_DIR}/dependencies.cmake)
endif()
# Someone used pure qibuild make framework: find the qibild
# cmake module
find_package(qibuild QUIET)
# Someone called cmake with a toolchain file that is
# able to find qibuild/cmake code, so just include it.
include(qibuild/general)