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 080d24e + 4b11a43 commit e1b36f4Copy full SHA for e1b36f4
CMakeLists.txt
@@ -183,7 +183,7 @@ if(CMakePythonDistributions_SUPERBUILD)
183
endforeach()
184
185
set(_common_args )
186
- if(UNIX AND NOT APPLE)
+ if(UNIX AND (NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD"))
187
# Since CMAKE_C_FLAGS and CMAKE_EXE_LINKER_FLAGS arguments contain spaces, we generate an initial
188
# cache file.
189
file(WRITE "${CMAKE_BINARY_DIR}/initial-cache.txt"
0 commit comments