Skip to content

Commit 1f191b1

Browse files
committed
dirty workaround to set compiler id manually
1 parent 2819070 commit 1f191b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graybatConfig.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${graybat_DIR}/include/graybat/utils
5252
# Conan
5353
# - Resolves dependencies of ZMQ
5454
###############################################################################
55-
message("${CMAKE_CXX_COMPILER}")
56-
message("${CMAKE_CXX_COMPILER_ID}")
55+
56+
#TODO: workaround since id is empty on travis build
57+
set(CMAKE_CXX_COMPILER_ID "GNU")
5758

5859
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
5960
include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")

0 commit comments

Comments
 (0)