Skip to content
Snippets Groups Projects
Commit cde2f799 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

Revert "[cmake] use GridUtils to define GRIDTYPE and GRIDDIM"

This reverts commit e90dfa4e46491e1c909995c7dc74bf5f0c68b9a1.

Setting the GRIDTYPE with FORCE does not make any sense of course
(since it overrides any manual change immediately).
parent 51594230
No related branches found
No related tags found
No related merge requests found
......@@ -117,11 +117,8 @@ else(CMAKE_WITH_AUTOTOOLS)
)
include(DuneUtils)
include(GridUtils)
# configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/cmake_config.h )
if (ALUGRID_FOUND)
set(GRIDTYPE "ALUGRID_CONFORM" CACHE STRING "GRIDTYPE" FORCE)
endif (ALUGRID_FOUND)
link_directories( "/usr/lib" ${CCGNU_LIBRARY_DIRS} )
......
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