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
921479b9
Unverified
Commit
921479b9
authored
Sep 12, 2023
by
James Lamb
Committed by
GitHub
Sep 12, 2023
Browse files
update to fmt 10.1.1, fast_double_parser 0.7.0 (#6074)
parent
a92bf374
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CMakeLists.txt
CMakeLists.txt
+7
-0
external_libs/fast_double_parser
external_libs/fast_double_parser
+1
-1
external_libs/fmt
external_libs/fmt
+1
-1
No files found.
CMakeLists.txt
View file @
921479b9
...
@@ -326,6 +326,13 @@ if(UNIX OR MINGW OR CYGWIN)
...
@@ -326,6 +326,13 @@ if(UNIX OR MINGW OR CYGWIN)
CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++11 -pthread -Wextra -Wall -Wno-ignored-attributes -Wno-unknown-pragmas -Wno-return-type"
"
${
CMAKE_CXX_FLAGS
}
-std=c++11 -pthread -Wextra -Wall -Wno-ignored-attributes -Wno-unknown-pragmas -Wno-return-type"
)
)
if
(
MINGW
)
# ignore this warning: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wno-stringop-overflow"
)
endif
()
if
(
USE_DEBUG
)
if
(
USE_DEBUG
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-g -O0"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-g -O0"
)
else
()
else
()
...
...
fast_double_parser
@
efec0353
Compare
ace60646
...
efec0353
Subproject commit
ace60646c02dc54c57f19d644e49a61e7e7758ec
Subproject commit
efec03532ef65984786e5e32dbc81f6e6a55a115
fmt
@
f5e54359
Compare
b6f4ceae
...
f5e54359
Subproject commit
b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9
Subproject commit
f5e54359df4c26b6230fc61d38aa294581393084
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