[go: up one dir, main page]

Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
domluna committed Jun 12, 2017
1 parent 6e506ba commit 96a9107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.5)
add_definitions(-std=c++11 -O3)

set(CXX_FLAGS "-Wall")
set(CMAKE_CXX_FLAGS, "${CXX_FLAGS}")
set(CMAKE_CXX_FLAGS "${CXX_FLAGS}")

set(sources src/MPC.cpp src/main.cpp)

Expand Down

0 comments on commit 96a9107

Please sign in to comment.