mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
fix python library name in Windows
This commit is contained in:
parent
e6157eecd8
commit
5c2080c006
@ -19,8 +19,8 @@ if(USE_PYTHON)
|
||||
set_target_properties( ngpy PROPERTIES SUFFIX ".so")
|
||||
elseif(WIN32)
|
||||
set_target_properties( ngpy PROPERTIES SUFFIX ".pyd")
|
||||
set_target_properties( ngpy PROPERTIES OUTPUT_NAME "libngpy")
|
||||
endif()
|
||||
# set_target_properties( ngpy PROPERTIES OUTPUT_NAME "nglib")
|
||||
install(TARGETS ngpy ${ng_install_dir})
|
||||
endif(USE_PYTHON)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user