use GNU directory structure on non-Windows systems

This commit is contained in:
wmayer
2019-07-03 16:40:35 +02:00
parent 7d8c2060a8
commit 218d849355
6 changed files with 39 additions and 30 deletions

View File

@@ -398,7 +398,7 @@ SET_BIN_DIR(FreeCADBase FreeCADBase)
if(WIN32)
INSTALL(TARGETS FreeCADBase
RUNTIME DESTINATION bin
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
else(WIN32)