Skip to content

Commit 2e1eb72

Browse files
committed
Test
1 parent 05e5553 commit 2e1eb72

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demo/cpp/demo_create_and_tabulate/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
88
# Use Python for detecting Basix when installed using combined build
99
find_package(Python3 COMPONENTS Interpreter)
1010
if(${Python3_FOUND})
11-
execute_process(
12-
COMMAND
11+
execute_process(COMMAND
1312
${Python3_EXECUTABLE} -c
1413
"import basix, os, sys; sys.stdout.write(os.path.dirname(basix.__file__))"
1514
OUTPUT_VARIABLE BASIX_PY_DIR

0 commit comments

Comments
 (0)