Skip to content

Commit

Permalink
comment out compiler path to Actions buildwork
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Feb 2, 2024
1 parent 92ba9d3 commit a6cf0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set(CMAKE_CXX_STANDARD 17)
if(APPLE)
#set(CMAKE_C_COMPILER /usr/bin/clang)
#set(CMAKE_CXX_COMPILER /usr/bin/clang++)
set(CMAKE_C_COMPILER /opt/local/libexec/llvm-10/bin/clang)
set(CMAKE_CXX_COMPILER /opt/local/libexec/llvm-10/bin/clang++)
#set(CMAKE_C_COMPILER /opt/local/libexec/llvm-10/bin/clang)
#set(CMAKE_CXX_COMPILER /opt/local/libexec/llvm-10/bin/clang++)
endif(APPLE)

if(LINUX)
Expand Down

0 comments on commit a6cf0cf

Please sign in to comment.