You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+5-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ if (NOT DEFINED NLIVES)
14
14
set(NLIVES "1")
15
15
endif()
16
16
17
+
if (NOTDEFINED PLATFORM)
18
+
set(PLATFORM "Xeon")
19
+
endif()
20
+
17
21
if (NOTDEFINED SCENARIO)
18
22
set(SCENARIO "cdn")
19
23
endif()
@@ -32,6 +36,6 @@ endforeach()
32
36
33
37
# legal message
34
38
execute_process(COMMAND printf "\nThis script will build third party components licensed under various open source licenses into your container images. The terms under which those components may be used and distributed can be found with the license document that is provided with those components. Please familiarize yourself with those terms to ensure your distribution of those components complies with the terms of those licenses.\n\n")
0 commit comments