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
074b3e88
Unverified
Commit
074b3e88
authored
Dec 19, 2023
by
June Liu
Committed by
GitHub
Dec 18, 2023
Browse files
Add msvc conformance check (#6234)
parent
2dfb9a40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
074b3e88
...
...
@@ -641,6 +641,7 @@ if(BUILD_CPP_TEST)
file
(
GLOB CPP_TEST_SOURCES tests/cpp_tests/*.cpp
)
if
(
MSVC
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/permissive-"
)
set
(
CompilerFlags
CMAKE_CXX_FLAGS
...
...
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