Skip to content

Commit

Permalink
replace list with append (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Feb 6, 2023
1 parent 0f03935 commit 539afed
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion hardware/is_camera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ find_package_handle_standard_args(V4L2 DEFAULT_MSG


# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/camera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find_package(Boost REQUIRED COMPONENTS system)
find_package(Eigen3 REQUIRED)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)


Expand Down
2 changes: 1 addition & 1 deletion localization/depth_odometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ find_package(catkin2 REQUIRED COMPONENTS
)

# Find OpenCV3
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

find_package(Eigen3 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion localization/graph_localizer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find_package(catkin2 REQUIRED COMPONENTS
)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/interest_point/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ find_package(Eigen3 REQUIRED)
find_package(OpenMVG QUIET REQUIRED)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/localization_measurements/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ find_package(PCL REQUIRED COMPONENTS common features filters octree search)
find_package(pcl_conversions REQUIRED)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

# System dependencies are found with CMake's conventions
Expand Down
2 changes: 1 addition & 1 deletion localization/localization_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ find_package(OpenMVG QUIET REQUIRED)
find_package(Eigen3 REQUIRED)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/marker_tracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find_package(Alvar REQUIRED)


# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/optimization_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ find_package(catkin2 REQUIRED COMPONENTS
find_package(Eigen3 REQUIRED)

# Non-linear optimizer
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(Ceres REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion localization/sparse_mapping/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find_package(dbow2 REQUIRED)


# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)


Expand Down
2 changes: 1 addition & 1 deletion localization/vision_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ find_package(catkin2 REQUIRED COMPONENTS
find_package(GTSAM REQUIRED)

# Find OpenCV3
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV331 REQUIRED)

find_package(Eigen3 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion localization/vive_localization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ find_package(catkin2 REQUIRED COMPONENTS
find_package(Eigen3 REQUIRED)

# Find OpenCV3
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV 3.3.1 REQUIRED)

# Non-linear optimizer
Expand Down
2 changes: 1 addition & 1 deletion management/executive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ find_package(cmake_modules REQUIRED)
find_package(Boost REQUIRED COMPONENTS system iostreams)

# Find jsoncpp
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(JsonCpp REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion mobility/mapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ find_package(catkin2 REQUIRED COMPONENTS
octomap
)

SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(Octomap REQUIRED)

# Find Eigen3
Expand Down
2 changes: 1 addition & 1 deletion mobility/planner_qp/planner_qp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../../cmake")


# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../../cmake")
find_package(OpenCV331 REQUIRED)

find_package(JPS3D REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion mobility/planner_qp/traj_opt_pro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ find_package(catkin2 REQUIRED COMPONENTS
find_package(Eigen3 REQUIRED)

# Find OpenCV
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../../cmake")
find_package(OpenCV331 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion shared/config_reader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ find_package(catkin2 REQUIRED COMPONENTS
)

## System dependencies are found with CMake's conventions
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(Luajit20 REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion shared/jsonloader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ find_package(catkin2 REQUIRED COMPONENTS
)

find_package(Eigen3 REQUIRED)
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(JsonCpp REQUIRED)

catkin_package(
Expand Down
2 changes: 1 addition & 1 deletion simulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ find_package(catkin2 REQUIRED COMPONENTS
find_package(gazebo REQUIRED)

# Find jsoncpp
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
find_package(JsonCpp REQUIRED)

# Add gazebo to the link directorries
Expand Down
2 changes: 1 addition & 1 deletion tools/calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_package(catkin2 REQUIRED COMPONENTS
)

# Find OpenCV3
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../cmake")
find_package(OpenCV 3.3.1 REQUIRED)

find_package(Eigen3 REQUIRED)
Expand Down

0 comments on commit 539afed

Please sign in to comment.