Skip to content

XDB-494 fixed windows build#218

Merged
MarkSh1 merged 1 commit into
owtech:ow-fork-mainfrom
MarkSh1:windows-fix
Mar 17, 2026
Merged

XDB-494 fixed windows build#218
MarkSh1 merged 1 commit into
owtech:ow-fork-mainfrom
MarkSh1:windows-fix

Conversation

@MarkSh1

@MarkSh1 MarkSh1 commented Mar 17, 2026

Copy link
Copy Markdown
  • CMakeLists.txt: Move Swift language from project(LANGUAGES) to conditional enable_language(Swift) — fixes Swift not supported by Visual Studio generator
  • cmake/CompileBoost.cmake: Remove EXACT from find_package(Boost ...) on Windows — fixes Boost version mismatch with vcpkg
  • cmake/CompileVexillographer.cmake: Set VEXILLOGRAPHER_COMMAND in Win32 branch — fixes "VEXILLOGRAPHER_COMMAND is undefined" error
  • cmake/ConfigureCompiler.cmake: Guard CMAKE_REQUIRED_LIBRARIES c with NOT WIN32 — fixes coroutine detection failure (no libc on Windows)
  • flow/CMakeLists.txt: Add python.exe to venv search names — fixes python3.exe not found in venv on Windows
  • packaging/msi/CMakeLists.txt: Guard fdbmonitor references — fixes "No target fdbmonitor" error
  • .github/workflows/windows-boost-test.yml: Add lz4, -DBUILD_DOCUMENTATION=OFF, -DWITH_CSHARP=OFF — additional fixes

@MarkSh1 MarkSh1 merged commit 55b6c7a into owtech:ow-fork-main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant