mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
Print cmake dir when running python -m netgen.cmake
This commit is contained in:
parent
11e8914dd8
commit
9cd533fbac
@ -66,3 +66,6 @@ def get_cmake_dir():
|
||||
NG_INSTALL_DIR_PYTHON
|
||||
)
|
||||
return p.normpath(p.join(d_python,py_to_cmake))
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(get_cmake_dir(), end='')
|
||||
|
Loading…
Reference in New Issue
Block a user