We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2819070 commit 1f191b1Copy full SHA for 1f191b1
graybatConfig.cmake
@@ -52,8 +52,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${graybat_DIR}/include/graybat/utils
52
# Conan
53
# - Resolves dependencies of ZMQ
54
###############################################################################
55
-message("${CMAKE_CXX_COMPILER}")
56
-message("${CMAKE_CXX_COMPILER_ID}")
+
+#TODO: workaround since id is empty on travis build
57
+set(CMAKE_CXX_COMPILER_ID "GNU")
58
59
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
60
include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
0 commit comments