"vscode:/vscode.git/clone" did not exist on "2e98916fbcdadd6d8d569b9c00615695f7f9d735"
Unverified Commit 17b739ce authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[cmake] remove unused variable (#6647)


Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent e057ae08
......@@ -376,17 +376,6 @@ if(WIN32)
endif()
if(MSVC)
set(
variables
CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELWITHDEBINFO
)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /MP")
if(__BUILD_FOR_R)
# MSVC does not like this commit:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment