updated cmake
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
This commit is contained in:
parent
fbf5455f89
commit
815e00d389
@ -34,11 +34,11 @@ if(PROJECT_BUILD)
|
|||||||
include(project.cmake)
|
include(project.cmake)
|
||||||
else()
|
else()
|
||||||
message(STATUS "-=[CMake Settings]=-")
|
message(STATUS "-=[CMake Settings]=-")
|
||||||
message(STATUS " C standard: ${CMAKE_C_STANDARD}")
|
message(STATUS " C standard: ${CMAKE_C_STANDARD}")
|
||||||
message(STATUS " C++ standard: ${CMAKE_CXX_STANDARD}")
|
message(STATUS " C++ standard: ${CMAKE_CXX_STANDARD}")
|
||||||
message(STATUS " CPU architecture: ${PROJECT_MARCH}")
|
message(STATUS " CPU architecture: ${PROJECT_MARCH}")
|
||||||
if(PROJECT_ENABLE_FUSE)
|
if(PROJECT_ENABLE_FUSE)
|
||||||
message(STATUS " FUSE version: ${PROJECT_FUSE}")
|
message(STATUS " FUSE version: ${PROJECT_FUSE}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_custom_target(project ALL
|
add_custom_target(project ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user