Skip to content

Commit a464805

Browse files
committed
removed CMakeLists dependency on comp_germandeli that is not in knowrob, but knowrob_addons
1 parent 04afbc4 commit a464805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

comp_orgprinciples/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ rosbuild_find_ros_package(ias_knowledge_base)
3838
set( IAS_KNOWLEDGE_BASE_PACKAGE_PATH ${ias_knowledge_base_PACKAGE_PATH} )
3939
fix_ros_destination_path(IAS_KNOWLEDGE_BASE_PACKAGE_PATH)
4040

41-
rosbuild_find_ros_package(comp_germandeli)
42-
set( GERMANDELI_PACKAGE_PATH ${comp_germandeli_PACKAGE_PATH} )
43-
fix_ros_destination_path(GERMANDELI_PACKAGE_PATH)
41+
# rosbuild_find_ros_package(comp_germandeli)
42+
# set( GERMANDELI_PACKAGE_PATH ${comp_germandeli_PACKAGE_PATH} )
43+
# fix_ros_destination_path(GERMANDELI_PACKAGE_PATH)
4444

4545
rosbuild_find_ros_package(ias_semantic_map)
4646
set( IAS_SEMANTIC_MAP_PACKAGE_PATH ${ias_semantic_map_PACKAGE_PATH} )

0 commit comments

Comments
 (0)