remove clang requirement

This commit is contained in:
PancakeTAS 2025-07-18 20:46:01 +02:00
parent 5f033eca0d
commit 53b4438a2a
No known key found for this signature in database
5 changed files with 4 additions and 7 deletions

View file

@ -28,7 +28,7 @@ jobs:
submodules: true
- name: Configure with CMake and Ninja
run: |
cmake -B build -G Ninja \
CC=clang CXX=clang++ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=./build-release
- name: Build with Ninja

View file

@ -31,7 +31,7 @@ jobs:
submodules: true
- name: Configure with CMake and Ninja
run: |
cmake -B build -G Ninja \
CC=clang CXX=clang++ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=./build-release
- name: Build with Ninja

View file

@ -30,7 +30,7 @@ jobs:
submodules: true
- name: Configure with CMake and Ninja
run: |
cmake -B build -G Ninja \
CC=clang CXX=clang++ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=./build-release
- name: Build with Ninja

View file

@ -42,7 +42,7 @@ jobs:
submodules: true
- name: Configure with CMake and Ninja
run: |
cmake -B build -G Ninja \
CC=clang CXX=clang++ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=./build-release
- name: Build with Ninja

View file

@ -1,8 +1,5 @@
cmake_minimum_required(VERSION 3.28)
set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)
set(CMAKE_SKIP_RPATH ON)
# subprojects