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.
2 parents f95b050 + 6193dc7 commit 3bad78eCopy full SHA for 3bad78e
CMakeLists.txt
@@ -139,6 +139,10 @@ if (WIN32)
139
"Disable MKL when compiling for Windows" FORCE)
140
set(WITH_DISTRIBUTE OFF CACHE STRING
141
"Disable DISTRIBUTE when compiling for Windows" FORCE)
142
+ set(WITH_C_API OFF CACHE STRING
143
+ "Disable C_API when compiling for Windows" FORCE)
144
+ set(WITH_FLUID_ONLY ON CACHE STRING
145
+ "Enable FLUID_ONLY when compiling for Windows" FORCE)
146
endif()
147
148
set(THIRD_PARTY_PATH "${CMAKE_BINARY_DIR}/third_party" CACHE STRING
0 commit comments