Skip to content

Commit

Permalink
Add additional CMake output for install prefix and fix indentation fo…
Browse files Browse the repository at this point in the history
…r setting up qemu action
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent 8df966a commit a12647a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
with:
fetch-depth: 0 # ensure history is present for automatic versioning
- name: Set up QEMU
uses: docker/[email protected]
if: runner.os == 'Linux' && matrix.use_qemu
uses: docker/[email protected]
if: runner.os == 'Linux' && matrix.use_qemu
- name: Build wheels
uses: pypa/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions helics_apps-pip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.15...3.26)
project(HELICS LANGUAGES CXX) # Must be "HELICS" due to its CMake files requiring CMAKE_PROJECT_NAME == PROJECT_NAME in order to build app executables

message(STATUS "--------------------")
message(STATUS "INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}")
message(STATUS "SYSTEM ${CMAKE_SYSTEM}")
message(STATUS "SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}")
message(STATUS "SYSTEM_VERSION ${CMAKE_SYSTEM_VERSION}")
Expand Down

0 comments on commit a12647a

Please sign in to comment.