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

Merge branch 'issue/cmake-remove-scriptdir' into 'master'

Remove the DUNE_COMMON_SCRIPT_DIR from CMakeLists

See merge request !1056
parents bda81e67 a78eefeb
No related branches found
No related tags found
1 merge request!1056Remove the DUNE_COMMON_SCRIPT_DIR from CMakeLists
Pipeline #41905 passed
Pipeline: Dune Nightly Test

#41906

    ......@@ -4,9 +4,6 @@ project(dune-common LANGUAGES C CXX)
    # make sure our own modules are found
    list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
    # set the script dir for the macros.
    set(DUNE_COMMON_SCRIPT_DIR ${PROJECT_SOURCE_DIR}/cmake/scripts)
    #include the dune macros
    include(DuneMacros)
    ......
    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