summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-10-29 08:09:42 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-10-29 08:25:57 +0000
commite868cdf022890fee56fd5c4608190d196362b36d (patch)
tree863e1d39586a376df0f7a152904a317c91721663 /cmake/opentrack-platform.cmake
parent94747abe17bd669fbbca6ce99977410a4548aee1 (diff)
cmake: add include guards
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 365aba62..4b7cde09 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -21,6 +21,8 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
+include_guard(GLOBAL)
+
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE)
if(NOT CMAKE_BUILD_TYPE)