From 87f735237b618515ec48204936e3e87a0d30b01b Mon Sep 17 00:00:00 2001 From: Daniel Greenstein Date: Mon, 22 Aug 2022 00:47:39 +0100 Subject: [PATCH] additional comment for future self --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51c96f6..868ffd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -455,6 +455,7 @@ jobs: mkdir _build shell: bash - name: Configure + # the windows build needs the -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS to work run: | cmake ../. \ -DCMAKE_INSTALL_PREFIX=../_install \