File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,5 +71,3 @@ endif()
7171
7272find_package ( UDA REQUIRED )
7373add_subdirectory ( mapping_plugin )
74- # add_subdirectory( geometry_map_plugin )
75- # add_subdirectory( CUSTOM_MASTU_plugin )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ macro( uda_plugin )
2828 "${ARGN} "
2929 )
3030
31- set ( BUILT_PLUGINS ${BUILT_PLUGINS} "${PLUGIN_NAME} " PARENT_SCOPE )
31+ set ( BUILT_PLUGINS ${BUILT_PLUGINS} "${PLUGIN_NAME} " )
3232
3333 if ( NOT PLUGIN_VERSION )
3434 set ( PLUGIN_VERSION "0.0.0" )
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ install(
9898)
9999
100100# Generate scripts
101+ list ( GET UDA_DIR 0 UDA_HOME )
101102string ( REGEX REPLACE ";" " " PLUGINS "${BUILT_PLUGINS} " )
102103configure_file (
103104 ${CMAKE_CURRENT_SOURCE_DIR } /scripts/activate-plugins.sh.in
You can’t perform that action at this time.
0 commit comments