Skip to content

Commit 2c6c8ab

Browse files
committed
Remove unneeded CMake
1 parent 8d5ca7d commit 2c6c8ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ else()
44
set(CFG_NONHYDROSTATIC TRUE)
55
endif()
66

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-
157
configure_file(fv3_setup fv3_setup @ONLY)
168
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/fv3_setup DESTINATION bin)
179

0 commit comments

Comments
 (0)