Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
17b739ce
Unverified
Commit
17b739ce
authored
Sep 25, 2024
by
Nikita Titov
Committed by
GitHub
Sep 25, 2024
Browse files
[cmake] remove unused variable (#6647)
Co-authored-by:
James Lamb
<
jaylamb20@gmail.com
>
parent
e057ae08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
CMakeLists.txt
CMakeLists.txt
+0
-11
No files found.
CMakeLists.txt
View file @
17b739ce
...
@@ -376,17 +376,6 @@ if(WIN32)
...
@@ -376,17 +376,6 @@ if(WIN32)
endif
()
endif
()
if
(
MSVC
)
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"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/W4 /MP"
)
if
(
__BUILD_FOR_R
)
if
(
__BUILD_FOR_R
)
# MSVC does not like this commit:
# MSVC does not like this commit:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment