Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 24, 2024
1 parent f423e4c commit 9de0a58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ jobs:
mkdir build
cd build
conan install .. \
-s build_type=RelWithDebInfo \
${{startsWith(matrix.os, 'macos') && '-s="arch=armv8|x86_64"' || ''}} \
-s build_type=${{startsWith(matrix.os, 'macos') && 'Release' || 'RelWithDebInfo'}} \
-c tools.cmake.cmaketoolchain:generator="Ninja" \
-b missing \
--output-folder=.
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ find_package(Sanitizers QUIET)

# Find boost on the system
find_package(Boost REQUIRED OPTIONAL_COMPONENTS headers)
message(STATUS "BOOST_LIBS=${Boost_LIBRARIES}")

# Find OpenSSL on the system
find_package(OpenSSL REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def generate(self):
tc.blocks.remove("generic_system")
tc.blocks.remove("user_toolchain")
tc.blocks.remove("output_dirs")
tc.blocks.remove("apple_system")
tc.generate()

def copy_bin(dep, selector, subdir):
Expand Down

0 comments on commit 9de0a58

Please sign in to comment.