Skip to content

Commit f74ffda

Browse files
authored
Apriltag-detector-umich windows fix (#8)
See RoboStack/ros-jazzy#77
1 parent a2621c4 commit f74ffda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apriltag_detector_umich/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
2020
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
2121
endif()
2222
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
23+
add_definitions(-DNOMINMAX)
2324

2425
# find dependencies
2526
find_package(ament_cmake REQUIRED)

0 commit comments

Comments
 (0)