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 8d5ca7d commit 2c6c8abCopy full SHA for 2c6c8ab
scripts/CMakeLists.txt
@@ -4,14 +4,6 @@ else()
4
set(CFG_NONHYDROSTATIC TRUE)
5
endif()
6
7
-# Did we build for AMD Rome hardware (aka EPYC)?
8
-cmake_host_system_information(RESULT proc_decription QUERY PROCESSOR_DESCRIPTION)
9
-if (${proc_decription} MATCHES "EPYC")
10
- set(CFG_BUILT_ON_ROME TRUE)
11
-else ()
12
- set(CFG_BUILT_ON_ROME FALSE)
13
-endif ()
14
-
15
configure_file(fv3_setup fv3_setup @ONLY)
16
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/fv3_setup DESTINATION bin)
17
0 commit comments