Skip to content

Commit

Permalink
Update conan profiles. pdf2htmlEX-config not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 21, 2024
1 parent 5927c8c commit 9ed1196
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/config/ubuntu-22.04/conan/profiles/android-23-armv7
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(pdf2htmlEX-config)

{% set android_home = os.getenv("ANDROID_HOME") %}
{% set ndk_version = "26.3.11579264" %}
{% set api_level = "23" %}
Expand Down
2 changes: 0 additions & 2 deletions .github/config/ubuntu-22.04/conan/profiles/android-23-armv8
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(pdf2htmlEX-config)

{% set android_home = os.getenv("ANDROID_HOME") %}
{% set ndk_version = "26.3.11579264" %}
{% set api_level = "23" %}
Expand Down
2 changes: 0 additions & 2 deletions .github/config/ubuntu-22.04/conan/profiles/android-23-x86
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(pdf2htmlEX-config)

{% set android_home = os.getenv("ANDROID_HOME") %}
{% set ndk_version = "26.3.11579264" %}
{% set api_level = "23" %}
Expand Down
2 changes: 0 additions & 2 deletions .github/config/ubuntu-22.04/conan/profiles/android-23-x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(pdf2htmlEX-config)

{% set android_home = os.getenv("ANDROID_HOME") %}
{% set ndk_version = "26.3.11579264" %}
{% set api_level = "23" %}
Expand Down
10 changes: 4 additions & 6 deletions .github/config/ubuntu-22.04/conan/profiles/default
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
include(pdf2htmlEX-config)

[settings]
os=Linux
arch=x86_64
build_type=RelWithDebInfo
compiler=clang
compiler.version=15
build_type=Release
compiler=gcc
compiler.version=12
compiler.cppstd=20
compiler.libcxx=libstdc++11

[conf]
tools.build:compiler_executables={'c': 'clang-15', 'cpp': 'clang++-15'}
tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
6 changes: 0 additions & 6 deletions .github/config/ubuntu-22.04/conan/profiles/pdf2htmlEX-config

This file was deleted.

0 comments on commit 9ed1196

Please sign in to comment.