From: Bastian Dehn Date: Thu, 10 Feb 2022 18:38:48 +0000 (+0100) Subject: remove: set default compiler X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=30e131d6ec6e6c85a436649a4766d488526ef03e;p=discspan.git remove: set default compiler --- 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")