Skip to content
Snippets Groups Projects
Verified Commit 6678dd68 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Remove CMake 2.29 IS_EXECUTABLE

parent c74ec124
No related tags found
1 merge request!1417Use Python3::Interpreter instead of Python3_EXECUTABLE
Pipeline #77640 passed
Pipeline: Dune Nightly Test

#77689

    Pipeline: Dune Nightly Test

    #77677

      Pipeline: Dune Nightly Test

      #77645

        +1
        ......@@ -72,7 +72,7 @@ function(dune_python_find_package)
        get_target_property(PYPACKAGE_LOCATION ${PYPACKAGE_INTERPRETER} LOCATION)
        endif()
        # sanity check on the interpreter
        if(NOT IS_EXECUTABLE ${PYPACKAGE_LOCATION})
        if(NOT EXISTS ${PYPACKAGE_LOCATION})
        message(FATAL_ERROR "The location of the python interpreter '${PYPACKAGE_LOCATION}' is not executable")
        endif()
        ......
        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