From 34c574802eb70893f94a9404c7ca00b5e7d72401 Mon Sep 17 00:00:00 2001 From: Mario Werner Date: Mon, 19 Jun 2017 15:39:38 +0200 Subject: [PATCH] remove biicode support The company/startup died in 2015 and the open source project seems to be dead as well. --- CMakeLists.txt | 9 --------- biicode.conf | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 biicode.conf diff --git a/CMakeLists.txt b/CMakeLists.txt index 35b43f4..93af87d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,15 +17,6 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. - -IF(BIICODE) - include(biicode/cmake/tools) - ADD_BIICODE_TARGETS() - ACTIVATE_CPP11(INTERFACE ${BII_BLOCK_TARGET}) -RETURN() - -ENDIF() - cmake_minimum_required(VERSION 3.1) project(cxxopts) diff --git a/biicode.conf b/biicode.conf deleted file mode 100644 index f70f465..0000000 --- a/biicode.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Biicode configuration file - -[requirements] - biicode/cmake: 3