From 1a9f30f85837ee5748d945d0bdbf980656ec070b Mon Sep 17 00:00:00 2001 From: ttibsi Date: Tue, 30 Dec 2025 00:54:26 +0000 Subject: [PATCH] clear specific compiler path --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46e9c24..9edb556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.22) -set(CMAKE_CXX_COMPILER "/usr/bin/clang++") project(rawterm LANGUAGES CXX) add_subdirectory(rawterm)