Skip to content
Snippets Groups Projects
Verified Commit 21c3f3c7 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: add check of submodule loading

parent 7d179964
Branches
Tags
No related merge requests found
#
# Copyright (c) 2015-2018 CNRS INRIA
# Copyright (c) 2015-2019 CNRS INRIA
# Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
#
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
# Check if the submodule cmake have been initialized
IF(NOT EXISTS "${PROJECT_SOURCE_DIR}/cmake/base.cmake")
MESSAGE(FATAL_ERROR "\nPlease run the following command first:\ngit submodule update --init\n")
ENDIF()
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/python.cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment