Skip to content

Commit

Permalink
Suspected windows.h macro max.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 14, 2024
1 parent cb76a78 commit 7fbae3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ foreach(test_name tests_high_five_base tests_high_five_multi_dims tests_high_fiv
add_executable(${test_name} "${test_name}.cpp")
target_link_libraries(${test_name} HighFive HighFiveWarnings HighFiveFlags Catch2::Catch2WithMain)
target_link_libraries(${test_name} HighFiveOptionalDependencies)
target_compile_definitions(${test_name} PUBLIC NOMINMAX)

catch_discover_tests(${test_name})
endforeach()
Expand Down

0 comments on commit 7fbae3e

Please sign in to comment.