Home
last modified time | relevance | path

Searched refs:cmake_opts (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/
Dsetup.py109 cmake_opts = dict(cwd=DIR, stdout=sys.stdout, stderr=sys.stderr) variable
110 subprocess.check_call(cmd, **cmake_opts)
111 subprocess.check_call(["cmake", "--install", tmpdir], **cmake_opts)