Skip to content

Commit

Permalink
Test fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 4, 2024
1 parent f31e2ba commit 35f9f6b
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U pytest coverage pytest-cov
python -m pip install git+https://github.com/pydicom/pylibjpeg-data
python -m pip install . -vv
python -m pip install .
- name: Run pytest
run: |
Expand Down
2 changes: 2 additions & 0 deletions build_tools/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ set (EXECUTABLE_OUTPUT_PATH ${OPENJPEG_BINARY_DIR}/bin CACHE PATH "Single output
set (LIBRARY_OUTPUT_PATH ${OPENJPEG_BINARY_DIR}/bin CACHE PATH "Single output directory for building all libraries.")
mark_as_advanced(LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH)

set(BUILD_SHARED_LIBS ON)

#-----------------------------------------------------------------------------
# configure name mangling to allow multiple libraries to coexist
# peacefully
Expand Down
Loading

0 comments on commit 35f9f6b

Please sign in to comment.