1
0
Fork 0

removed superfluous file

This commit is contained in:
Frank Celler 2016-02-24 19:20:36 +01:00
parent 4b2b85f1b5
commit 0a88fb3dfa
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# header only atm
# if(AR_USE_SYSTEM_LIBS)
# find_package(Boost REQUIED)
# else()
# #mimic findpackage
# set(Boost_INCLUDE_DIRS "1.58.0")
# set(Boost_VERSION "1.58.0")
# set(Boost_FOUND True)
# endif()
# add_library(ar_boost INTERFACE)
# target_include_directories(ar_boost INTERFACE ${Boost_INCLUDE_DIRS})