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)