File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,16 @@ endif(${benchmark_FOUND})
4141###############################################################################
4242# Boost
4343###############################################################################
44- find_package (Boost 1.58.0 COMPONENTS unit_test_framework program_options REQUIRED)
45- include_directories (SYSTEM ${Boost_INCLUDE_DIRS} )
46- set (LIBS ${LIBS} ${Boost_LIBRARIES} )
44+ #find_package(Boost 1.58.0 COMPONENTS unit_test_framework program_options REQUIRED)
45+ #include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
46+ #include_directories(SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/include/graybat/utils/hana/include/")
47+ #set(LIBS ${LIBS} ${Boost_LIBRARIES})
48+
49+ ###############################################################################
50+ # Elegant Progressbars for a More Cililized Age
51+ ###############################################################################
52+ #set(elegant-progressbars_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include/elegant-progressbars/cmake")
53+ #find_package(elegant-progressbars 1.0.0 REQUIRED CONFIG)
4754
4855###############################################################################
4956# Graybat
@@ -166,4 +173,4 @@ foreach(P ${_SOURCES_PRE})
166173 set (_SOURCES ${_SOURCES} ${P} )
167174 endif ()
168175endforeach ()
169- ADD_LIBRARY (CLION_DUMMY_TARGET EXCLUDE_FROM_ALL ${_SOURCES} )
176+ ADD_LIBRARY (CLION_DUMMY_TARGET EXCLUDE_FROM_ALL ${_SOURCES} )
Original file line number Diff line number Diff line change 22zmqcpp/4.1.1@memsharded/stable
33ZMQ/4.1.1@memsharded/stable
44Metis/5.1.0.p1@erikzenker/testing
5- # Boost/1.62.0.beta.1@erikzenker/testing
5+ Boost/1.62.0.beta.1@erikzenker/testing
66
77[generators]
88cmake
Original file line number Diff line number Diff line change @@ -76,10 +76,7 @@ find_package(ZMQ MODULE 4.0.0 REQUIRED)
7676set (graybat_INCLUDE_DIRS ${graybat_INCLUDE_DIRS} ${ZMQ_INCLUDE_DIRS} )
7777set (graybat_LIBRARIES ${graybat_LIBRARIES} ${ZMQ_LIBRARIES} )
7878
79- message ("${ZMQ_INCLUDE_DIRS} " )
80- message ("${ZMQ_LIBRARIES} " )
8179
82-
8380###############################################################################
8481# Boost LIB
8582###############################################################################
You can’t perform that action at this time.
0 commit comments