summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-09-15 17:50:21 -0700
committerJoseph Herlant <herlantj@gmail.com>2018-09-15 17:50:21 -0700
commit8d6eba226e39a5812f419e19044e52ddafdf428f (patch)
tree41fdc97b5b8a45b9a156920a6500ed9690806928
parentdba9f6b048350adfd6ec59dea770109030fbfd7b (diff)
downloadnavit-8d6eba226e39a5812f419e19044e52ddafdf428f.tar.gz
Add the include of module for externalProject
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3171795d..859d8f1b8 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ set(PACKAGE_STRING "${PACKAGE} ${PACKAGE_VERSION}")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
include("${PROJECT_SOURCE_DIR}/cmake/navit_macros.cmake")
+include("${CMAKE_ROOT}/Modules/ExternalProject.cmake")
IF(NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)