summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/onigmo/cmake/macos-setup.cmake
blob: c8977cca82b62a8a2a397fb882db1c6cd35d5a8b (plain)
1
2
3
4
5
6
7
8
9
# Custom build settings for macOS
#
# pytest are not supported on macOS yet. This file tweaks
# the build flags so that we can execute tests for onigmo on it.

if(ONIGMO_MACOS_DEFAULTS)
  message(STATUS "Overriding setttings with macos-setup.cmake")
  set(ONIGMO_PYTHON_TESTS No)
endif()