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 637887b commit 21f82aeCopy full SHA for 21f82ae
pixi.toml
@@ -39,12 +39,15 @@ backend = { name = "pixi-build-cmake", version = "0.3.*" }
39
40
[package.build.config]
41
extra-args = [
42
- "-DFANS_LIBRARY_FOR_MICRO_MANAGER=ON",
+# "-DFANS_LIBRARY_FOR_MICRO_MANAGER=ON",
43
"-DCMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH=OFF",
44
"-DCMAKE_FIND_FRAMEWORK=Never",
45
"-DCMAKE_FIND_APPBUNDLE=Never"
46
]
47
48
+[workspace.target.osx.build-variants]
49
+cxx_compiler_version = ["18"]
50
+
51
[workspace.target.osx-arm64.build-variants]
52
cxx_compiler_version = ["18"]
53
0 commit comments