Skip to content

Commit

Permalink
removing extraneous character that broke the linux build, and with it…
Browse files Browse the repository at this point in the history
… unecessary cmake version requirement (dotnet#425)
  • Loading branch information
sfilipi authored and eerhardt committed Jul 27, 2018
1 parent c9b875a commit 7affa88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Native/FactorizationMachineNative/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 3.2)
project (FactorizationMachineNative)
project (FactorizationMachineNative)

set(SOURCES
FactorizationMachineCore.cpp
Expand Down

0 comments on commit 7affa88

Please sign in to comment.