Skip to content
Snippets Groups Projects
Commit e219be29 authored by Ben Webb's avatar Ben Webb
Browse files

Add a project name to make modern CMake happy

parent 4a8df6be
No related branches found
No related tags found
No related merge requests found
# Are we running cmake from this directory (out of tree build) ? # Are we running cmake from this directory (out of tree build) ?
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 2.8.3)
project(imp_module)
if(POLICY CMP0058) if(POLICY CMP0058)
cmake_policy(SET CMP0058 NEW) cmake_policy(SET CMP0058 NEW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment