File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
99MESSAGE (STATUS "CMAKE_SYSTEM_NAME: " ${CMAKE_SYSTEM_NAME} )
1010MESSAGE (STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR} )
1111
12+ MESSAGE ("target:" ${CMAKE_CXX_COMPILER_ID} )
13+
1214IF (NOT DEFINED ESCARGOT_ARCH)
1315 IF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "X86" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86"
1416 OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i386" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i686" )
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ ENDIF()
104104
105105SET (GCUTIL_MODE ${ESCARGOT_MODE} )
106106
107+ MESSAGE ("target: " ${CMAKE_CXX_COMPILER_ID} )
107108ADD_SUBDIRECTORY (third_party/GCutil)
108109SET (ESCARGOT_LIBRARIES ${ESCARGOT_LIBRARIES} gc-lib)
109110
You can’t perform that action at this time.
0 commit comments