File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11[requires]
22zmqcpp/4.1.1@memsharded/stable
3+ ZMQ/4.1.1@memsharded/stable
34Metis/5.1.0.p1@erikzenker/testing
45#Boost/1.62.0.beta.1@erikzenker/testing
56
67[generators]
78cmake
9+
10+ [options]
11+ ZMQ:shared=True
Original file line number Diff line number Diff line change @@ -54,14 +54,11 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${graybat_DIR}/include/graybat/utils
5454###############################################################################
5555
5656if (EXISTS "${CMAKE_BINARY_DIR} /conanbuildinfo.cmake" )
57- #set(CONAN_DISABLE_CHECK_COMPILER "TRUE")
5857 include ("${CMAKE_BINARY_DIR} /conanbuildinfo.cmake" )
5958 conan_basic_setup()
60- message ("${CMAKE_INCLUDE_PATH} " )
61- message ("${CMAKE_LIBRARY_PATH} " )
62- #set(graybat_INCLUDE_DIRS ${graybat_INCLUDE_DIRS} ${CONAN_INCLUDE_DIRS})
63- #set(graybat_LIBRARIES ${graybat_LIBRARIES} ${CONAN_LIB_DIRS})
64- endif ()
59+ message ("${CMAKE_INCLUDE_PATH} " )
60+ message ("${CMAKE_LIBRARY_PATH} " )
61+ endif ()
6562
6663
6764###############################################################################
@@ -71,8 +68,6 @@ find_package(METIS MODULE 5.1.0)
7168set (graybat_INCLUDE_DIRS ${graybat_INCLUDE_DIRS} ${METIS_INCLUDE_DIRS} )
7269set (graybat_LIBRARIES ${graybat_LIBRARIES} ${METIS_LIBRARIES} )
7370
74- message ("${METIS_INCLUDE_DIRS} " )
75- message ("${METIS_LIBRARIES} " )
7671
7772###############################################################################
7873# ZMQ LIB
You can’t perform that action at this time.
0 commit comments