Commit 792162c4 authored by Dominik Charousset's avatar Dominik Charousset

Remove default build_config.hpp from repository

An empty default version of the build-config header file seemed like a good
idea. Unfortunately, Git does not ignore the file via .gitignore as long as its
part of the repository.
parent e2f030d2
......@@ -20,6 +20,7 @@
#ifndef CAF_CONFIG_HPP
#define CAF_CONFIG_HPP
// this header must be generated by the build system (may be empty)
#include "caf/detail/build_config.hpp"
// Config pararameters defined by the build system (usually CMake):
......
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright (C) 2011 - 2015 *
* Dominik Charousset <dominik.charousset (at) haw-hamburg.de> *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
// default config is empty (will be overridden by CMake)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment