temporally eliminate outdated biicode from cmake

This commit is contained in:
Ariel Vina-Rodriguez 2016-02-10 23:54:37 +01:00 committed by qPCR4vir
parent 05e3162969
commit b2ca5d7544

View File

@ -24,17 +24,6 @@ message(" ---> Running cmake .... ")
message ( "COMPILER_IS_CLANG= " ${COMPILER_IS_CLANG}) message ( "COMPILER_IS_CLANG= " ${COMPILER_IS_CLANG})
message ( "CMAKE_CXX_FLAGS= " ${CMAKE_CXX_FLAGS}) 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) project(nana)
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)