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.
CMAKE_SYSTEM_NAME
SunOS
1 parent 16d6bd5 commit cfe11fcCopy full SHA for cfe11fc
src/lib.rs
@@ -448,10 +448,6 @@ impl Config {
448
if !self.defined("CMAKE_SYSTEM_NAME") {
449
self.define("CMAKE_SYSTEM_NAME", "Generic");
450
}
451
- } else if target.contains("solaris") {
452
- if !self.defined("CMAKE_SYSTEM_NAME") {
453
- self.define("CMAKE_SYSTEM_NAME", "SunOS");
454
- }
455
} else if target != host && !self.defined("CMAKE_SYSTEM_NAME") {
456
// Set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR when cross compiling
457
let os = getenv_unwrap("CARGO_CFG_TARGET_OS");
0 commit comments