Skip to content

Commit 947b3df

Browse files
committed
Fix zmq module include and library path - #2
1 parent c13bc04 commit 947b3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graybatConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${graybat_DIR}/include/graybat/utils
5454
###############################################################################
5555

5656
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
57-
set(CONAN_DISABLE_CHECK_COMPILER "FALSE")
57+
#set(CONAN_DISABLE_CHECK_COMPILER "TRUE")
5858
include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
5959
conan_basic_setup()
6060
message("${CMAKE_INCLUDE_PATH}")

0 commit comments

Comments
 (0)