Skip to content

Commit

Permalink
Make doxygen generate a spy.tag in the doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou authored Nov 8, 2024
1 parent 885f0ea commit c9e7684
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ jobs:
## Mac OS X Targets
##################################################################################################
macosx:
runs-on: [macos-12]
runs-on: [macos-14]
strategy:
fail-fast: false
matrix:
cfg:
- { comp: clang , arch: x86_osx, mode: Debug }
- { comp: clang , arch: x86_osx, mode: Release }
- { comp: gcc , arch: x86_osx, mode: Debug }
- { comp: gcc , arch: x86_osx, mode: Release }
steps:
- name: Fetch current branch
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##======================================================================================================================
## Download and setup CPM
##======================================================================================================================
set(CPM_DOWNLOAD_VERSION 0.34.0)
set(CPM_DOWNLOAD_VERSION 0.40.2)

if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ TAGFILES =
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.

GENERATE_TAGFILE =
GENERATE_TAGFILE = $(DOXYGEN_OUPUT)/spy.tag

# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
# will be listed in the class and namespace index. If set to NO, only the
Expand Down
4 changes: 2 additions & 2 deletions test/toolchain/clang.x86_osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Copyright : SPY Project Contributors
## SPDX-License-Identifier: BSL-1.0
##==================================================================================================
set(CMAKE_C_COMPILER /usr/local/opt/llvm@15/bin/clang )
set(CMAKE_CXX_COMPILER /usr/local/opt/llvm@15/bin/clang++ )
set(CMAKE_C_COMPILER /opt/homebrew/opt/llvm@15/bin/clang )
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/llvm@15/bin/clang++ )

0 comments on commit c9e7684

Please sign in to comment.