未验证 提交 5e4e6cb5 编写于 作者: Y YuShiquan 提交者: GitHub

fix typo (#645)

上级 5cf95a58
......@@ -36,8 +36,8 @@ MESSAGE (STATUS " - C++ standard extensions: ${CMAKE_CXX_EXTENSIONS}")
MESSAGE (STATUS " - C++ compilier version: ${CMAKE_CXX_COMPILER_VERSION}")
MESSAGE (STATUS " - C++ compilier: ${CMAKE_CXX_COMPILER}")
MESSAGE (STATUS " C/C++ compilier flags:")
MESSAGE (STATUS " - C compilier flags: ${CMAKE_C_FLGAS}")
MESSAGE (STATUS " - C++ compilier flags: ${CMAKE_CXX_FLGAS}")
MESSAGE (STATUS " - C compilier flags: ${CMAKE_C_FLAGS}")
MESSAGE (STATUS " - C++ compilier flags: ${CMAKE_CXX_FLAGS}")
MESSAGE (STATUS " OpenMP:")
IF (TENGINE_ENABLED_OPENMP)
MESSAGE (STATUS " - OpenMP was found: YES")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册