diff --git a/CMakeExternal.txt b/CMakeExternal.txt index 6ad53dc3..c7c1c1b1 100644 --- a/CMakeExternal.txt +++ b/CMakeExternal.txt @@ -1,5 +1,6 @@ # Enable ExternalProject CMake module include(ExternalProject) +find_package(Subversion REQUIRED) # main directory for external projects set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ThirdParty) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b744273..8a7e7255 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,6 @@ option(ENABLE_CYCLIC_CHECK # bootstrap #################################### -find_package(Subversion REQUIRED) find_package(Threads REQUIRED) find_package(Boost COMPONENTS date_time