Skip to content

Commit

Permalink
disable boost filesystem on Windows (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software authored Oct 10, 2024
1 parent 5ab929f commit 14182a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
brew install tbb
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "6.4.2"
- name: Checkout
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
brew install tbb
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "6.4.2"
- name: Checkout
Expand Down Expand Up @@ -797,7 +797,7 @@ jobs:
python %GITHUB_WORKSPACE%/tools/update_version/update_version.py
- name: Install Qt 5.15.2
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "5.15.2"
host: "windows"
Expand Down Expand Up @@ -911,7 +911,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Install Qt 6.7.1
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "6.7.1"
host: "windows"
Expand Down
2 changes: 1 addition & 1 deletion modules/commons/src/include/FileSystemWrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#pragma once
//=============================================================================
#ifdef _MSC_VER
#define _WITH_BOOST_FILESYSTEM_
// #define _WITH_BOOST_FILESYSTEM_
#pragma warning(disable : 4251)
#else
#undef _WITH_BOOST_FILESYSTEM_
Expand Down

0 comments on commit 14182a4

Please sign in to comment.