From b65d0822c5df00c3f0b27ac4bd74b5fcf7b47846 Mon Sep 17 00:00:00 2001 From: podlesny <podlesny@zedat.fu-berlin.de> Date: Thu, 15 Feb 2018 17:04:43 +0100 Subject: [PATCH] fix module name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc40890..e26ae50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # We require version CMake version 3.1 to prevent issues # with dune_enable_all_packages and older CMake versions. cmake_minimum_required(VERSION 3.1) -project(osccoeff CXX) +project(dune-osccoeff CXX) if(NOT (dune-common_DIR OR dune-common_ROOT OR "${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*")) -- GitLab