Skip to content

Commit bba08b1

Browse files
committed
Update cmake to require glog
1 parent 3423242 commit bba08b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvblox_ros/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ find_package(libstatistics_collector REQUIRED)
3838
find_package(message_filters REQUIRED)
3939
find_package(Threads REQUIRED)
4040
find_package(nvblox REQUIRED)
41+
find_package(glog REQUIRED)
4142

4243
########
4344
# CUDA #

0 commit comments

Comments
 (0)