From 30e131d6ec6e6c85a436649a4766d488526ef03e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 10 Feb 2022 19:38:48 +0100 Subject: [PATCH] remove: set default compiler --- CMakeLists.txt | 2 -- libs/spandisc/CMakeLists.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efda4b3..0d2ca1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required(VERSION 3.13.4) -set(CMAKE_C_COMPILER "/usr/bin/gcc") set(CMAKE_C_FLAGS "-Wall") -set(CMAKE_CXX_COMPILER "/usr/bin/g++") set(CMAKE_CXX_FLAGS "-Wall") project(discspan) diff --git a/libs/spandisc/CMakeLists.txt b/libs/spandisc/CMakeLists.txt index 5167756..5ad2023 100644 --- a/libs/spandisc/CMakeLists.txt +++ b/libs/spandisc/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required(VERSION 3.13.4) -set(CMAKE_C_COMPILER "/usr/bin/gcc") set(CMAKE_C_FLAGS "-Wall") -set(CMAKE_CXX_COMPILER "/usr/bin/g++") set(CMAKE_CXX_FLAGS "-Wall") set(CMAKE_INSTALL_PREFIX "/usr/local" CACHE PATH "Install prefix") -- 2.39.5