remove unneeded cmake include

This commit is contained in:
Eyck Jentzsch 2023-05-12 09:28:43 +02:00
parent fd6b738168
commit 3bc4884a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)