CMake: Fix duplicating DESTDIR in Designer plugin installation path
CMake already handles DESTDIR.
This commit is contained in:
@@ -69,6 +69,6 @@ endif()
|
||||
|
||||
|
||||
INSTALL(TARGETS FreeCAD_widgets
|
||||
RUNTIME DESTINATION "$ENV{DESTDIR}${DESIGNER_PLUGIN_LOCATION}"
|
||||
LIBRARY DESTINATION "$ENV{DESTDIR}${DESIGNER_PLUGIN_LOCATION}"
|
||||
RUNTIME DESTINATION ${DESIGNER_PLUGIN_LOCATION}
|
||||
LIBRARY DESTINATION ${DESIGNER_PLUGIN_LOCATION}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user