From b2ca5d7544552cfb29e1a7b12f435d2433e96b67 Mon Sep 17 00:00:00 2001 From: Ariel Vina-Rodriguez Date: Wed, 10 Feb 2016 23:54:37 +0100 Subject: [PATCH] temporally eliminate outdated biicode from cmake --- CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca43d11b..4f5b6e03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,17 +24,6 @@ message(" ---> Running cmake .... ") message ( "COMPILER_IS_CLANG= " ${COMPILER_IS_CLANG}) message ( "CMAKE_CXX_FLAGS= " ${CMAKE_CXX_FLAGS}) - -# move this to the end ?? -if(BIICODE) - # prepare BII_LIB_SRC - set(LIB_SRC ${BII_LIB_SRC}) - - add_biicode_targets() - - return() -endif(BIICODE) - project(nana) cmake_minimum_required(VERSION 2.8)