Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored May 8, 2024
1 parent 8ba645b commit 27bde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
execute_process(COMMAND "''${Python_EXECUTABLE}"
execute_process(COMMAND "${Python_EXECUTABLE}"
-c "import sysconfig;print(sysconfig.get_path(\"purelib\", vars={\"base\": \".\"}))"
OUTPUT_VARIABLE podio_PYTHON_INSTALLDIR OUTPUT_STRIP_TRAILING_WHITESPACE
)
Expand Down

0 comments on commit 27bde43

Please sign in to comment.