Skip to content

Commit 2ece7be

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/FactorizationMachineNative/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)