Skip to content

Commit 6c4470f

Browse files
sfilipishauheen
authored andcommitted
removing extraneous character that broke the linux build, and with it unecessary cmake version requirement (#425)
1 parent 211c043 commit 6c4470f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Native/FactorizationMachineNative/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required (VERSION 3.2)
2-
project (FactorizationMachineNative)
1+
project (FactorizationMachineNative)
32

43
set(SOURCES
54
FactorizationMachineCore.cpp

0 commit comments

Comments
 (0)