Skip to content
Snippets Groups Projects
Commit 059e8495 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1596

Revision  r1596
.----------------------
[CMake] Change project call because dune_project() was changed.

.----------------------


[[Imported from SVN: r1811]]
parents 7be8c63f 88b617b9
No related branches found
No related tags found
No related merge requests found
# set up project
project("dune-istl" C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8)
project(dune-istl CXX)
# make sure our own modules are found
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment