Skip to content

Commit

Permalink
コンパイラの指定を消してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon authored May 7, 2024
1 parent 59a48fd commit 6cf6988
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ cmake_policy(SET CMP0054 NEW)
# MSVC runtime library flags are selected by an abstraction.
cmake_policy(SET CMP0091 NEW)

set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)

include(cmake/env.cmake)
include(cmake/tools.cmake)

Expand Down

0 comments on commit 6cf6988

Please sign in to comment.