From 1c195b4f5a7b12c9620d643a862c6f692a5ebef2 Mon Sep 17 00:00:00 2001 From: Senja Filipi Date: Wed, 27 Jun 2018 08:49:15 -0700 Subject: [PATCH] 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 --- src/Native/FactorizationMachineNative/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/FactorizationMachineNative/CMakeLists.txt b/src/Native/FactorizationMachineNative/CMakeLists.txt index d3d91d04d4..bef4cbc5e9 100644 --- a/src/Native/FactorizationMachineNative/CMakeLists.txt +++ b/src/Native/FactorizationMachineNative/CMakeLists.txt @@ -1,4 +1,4 @@ -project (FactorizationMachineNative) +project (FactorizationMachineNative) set(SOURCES FactorizationMachineCore.cpp