diff --git a/CMakeLists.txt b/CMakeLists.txt index a081d39951ae1d0d06a21ea7ba4b325524c1f8f5..941cb726037896c06850467168fb047a951346d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ # Are we running cmake from this directory (out of tree build) ? if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) cmake_minimum_required(VERSION 2.8.3) + project(imp_module) if(POLICY CMP0058) cmake_policy(SET CMP0058 NEW)