We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e5553 commit 2e1eb72Copy full SHA for 2e1eb72
1 file changed
demo/cpp/demo_create_and_tabulate/CMakeLists.txt
@@ -8,8 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
8
# Use Python for detecting Basix when installed using combined build
9
find_package(Python3 COMPONENTS Interpreter)
10
if(${Python3_FOUND})
11
- execute_process(
12
- COMMAND
+ execute_process(COMMAND
13
${Python3_EXECUTABLE} -c
14
"import basix, os, sys; sys.stdout.write(os.path.dirname(basix.__file__))"
15
OUTPUT_VARIABLE BASIX_PY_DIR
0 commit comments