From 3bc4884a9d87a0a367ea462bdc455036cfa7e1ac Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 12 May 2023 09:28:43 +0200 Subject: [PATCH] remove unneeded cmake include --- softfloat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softfloat/CMakeLists.txt b/softfloat/CMakeLists.txt index c4ea4bd..b2ff9df 100644 --- a/softfloat/CMakeLists.txt +++ b/softfloat/CMakeLists.txt @@ -8,7 +8,7 @@ project("sotfloat" VERSION 3.0.0) # Set the version number of your project here (format is MAJOR.MINOR.PATCHLEVEL - e.g. 1.0.0) set(VERSION "3e") -include(Common) +#include(Common) include(GNUInstallDirs) set(SPECIALIZATION RISCV)