Add initial support for different libdir (jobermayr)
This commit is contained in:
@@ -53,4 +53,4 @@ fc_target_copy_resource(Points
|
||||
SET_BIN_DIR(Points Points /Mod/Points)
|
||||
SET_PYTHON_PREFIX_SUFFIX(Points)
|
||||
|
||||
INSTALL(TARGETS Points DESTINATION lib)
|
||||
INSTALL(TARGETS Points DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
@@ -64,4 +64,4 @@ fc_target_copy_resource(PointsGui
|
||||
SET_BIN_DIR(PointsGui PointsGui /Mod/Points)
|
||||
SET_PYTHON_PREFIX_SUFFIX(PointsGui)
|
||||
|
||||
INSTALL(TARGETS PointsGui DESTINATION lib)
|
||||
INSTALL(TARGETS PointsGui DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
Reference in New Issue
Block a user