remove unneeded cmake include
This commit is contained in:
parent
fd6b738168
commit
3bc4884a9d
|
@ -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 the version number of your project here (format is MAJOR.MINOR.PATCHLEVEL - e.g. 1.0.0)
|
||||||
set(VERSION "3e")
|
set(VERSION "3e")
|
||||||
|
|
||||||
include(Common)
|
#include(Common)
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
set(SPECIALIZATION RISCV)
|
set(SPECIALIZATION RISCV)
|
||||||
|
|
Loading…
Reference in New Issue