Skip to content
Snippets Groups Projects
Commit b65d0822 authored by podlesny's avatar podlesny
Browse files

fix module name

parent e53c4d44
No related branches found
No related tags found
No related merge requests found
# We require version CMake version 3.1 to prevent issues # We require version CMake version 3.1 to prevent issues
# with dune_enable_all_packages and older CMake versions. # with dune_enable_all_packages and older CMake versions.
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 3.1)
project(osccoeff CXX) project(dune-osccoeff CXX)
if(NOT (dune-common_DIR OR dune-common_ROOT OR if(NOT (dune-common_DIR OR dune-common_ROOT OR
"${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*")) "${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment