Skip to content

Commit

Permalink
Merge pull request #37 from Xiangyu-Hu/cmake_list_fix
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
chuvirtonomy authored Jul 1, 2021
2 parents 3d5142c + b1444a5 commit 391d513
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 @@ -35,7 +35,7 @@ endif()

if(MSVC)
SET(CMAKE_CL_64 1)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" " -Werror /MP")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" " /MP")
add_definitions(-D_USE_MATH_DEFINES)
else(MSVC)
add_compile_definitions(__linux__=1)
Expand Down

0 comments on commit 391d513

Please sign in to comment.