aboutsummaryrefslogtreecommitdiff
path: root/configuration
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2016-03-27 00:01:14 +0000
committerMarco Poletti <poletti.marco@gmail.com>2016-03-27 00:01:14 +0000
commit18fb99579e350e6be0b18f197478d46c599e53eb (patch)
treea065ecf1c291564e13ff60df248c18df80f21385 /configuration
parentad9bbe4b1bcf12b8228507a365f8d6ec8d3d12f2 (diff)
downloadgoogle-fruit-18fb99579e350e6be0b18f197478d46c599e53eb.tar.gz
Support Bazel as an alternative build system (in parallel with CMake).
Diffstat (limited to 'configuration')
-rw-r--r--configuration/bazel/fruit/CMakeLists.txt0
-rw-r--r--configuration/bazel/fruit/impl/fruit-config-base.h4
2 files changed, 0 insertions, 4 deletions
diff --git a/configuration/bazel/fruit/CMakeLists.txt b/configuration/bazel/fruit/CMakeLists.txt
deleted file mode 100644
index e69de29..0000000
--- a/configuration/bazel/fruit/CMakeLists.txt
+++ /dev/null
diff --git a/configuration/bazel/fruit/impl/fruit-config-base.h b/configuration/bazel/fruit/impl/fruit-config-base.h
index 46c1bf1..bd06bc0 100644
--- a/configuration/bazel/fruit/impl/fruit-config-base.h
+++ b/configuration/bazel/fruit/impl/fruit-config-base.h
@@ -17,10 +17,6 @@
#ifndef FRUIT_CONFIG_BASE_H
#define FRUIT_CONFIG_BASE_H
-// Look at the macros below and decide which to keep and which to comment out based on the compiler
-// and STL in use. Then comment this #error out.
-#error "You need to manually edit fruit-config-base.h to configure Fruit for Bazel."
-
// Needed for all Clang versions (as of January 2016), not needed for GCC.
// This can also be defined for GCC, but it slightly slows down compile time of code using Fruit.
#define FRUIT_HAS_CLANG_ARBITRARY_OVERLOAD_RESOLUTION_BUG 1