Skip to content

Commit 2501049

Browse files
authored
Build fix - removing the BOM from the CMakeLists.txt file (#430)
* removing extraneous character that broke the linux build, and with it unecessary cmake version requirement * Removing the BOM from the file
1 parent 98aaeb5 commit 2501049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/FactorizationMachineNative/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project (FactorizationMachineNative)
1+
project (FactorizationMachineNative)
22

33
set(SOURCES
44
FactorizationMachineCore.cpp

0 commit comments

Comments
 (0)