Skip to content

Commit

Permalink
TEST: enable C lang @ install fortran test
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Sep 27, 2022
1 parent 6defaaa commit 08658b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/gh-actions/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sudo xcode-select --switch /Applications/Xcode_${XCODE_VER}.app
echo "Installing CMake"

{
readonly version="3.23.3"
readonly checksum="45cda7b87cad41ac407fc150e4682b85c3eb45b1977d8e89319cb3a9a6f341f3"
readonly version="3.24.2"
readonly checksum="efb11a78c064dd7c54a50b8da247254d252112c402c6e48cb7db3f9c84a4e5ad"
readonly pkg="cmake-${version}-macos-universal.tar.gz"
echo "${checksum} ${pkg}" > cmake.sha256sum

Expand Down
4 changes: 2 additions & 2 deletions testing/install/Fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#------------------------------------------------------------------------------#

cmake_minimum_required(VERSION 3.6)
project(adios_fortran_test Fortran)
project(adios_fortran_test Fortran C)
enable_testing()

find_package(adios2 REQUIRED)
find_package(adios2 COMPONENTS Fortran REQUIRED)

# Test using serial Fortran bindings through adios2::fortran target.
add_executable(adios_fortran_test main_nompi_check.F90)
Expand Down

0 comments on commit 08658b5

Please sign in to comment.