Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alta
alta
Commits
63aa6840
Commit
63aa6840
authored
Nov 10, 2016
by
Laurent Belcour
Browse files
[Scons] Correction of a typo in the Windows config file
parent
79307a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/scons/config-windows-cl.py
View file @
63aa6840
...
...
@@ -63,8 +63,8 @@ QUADPROG_LIB = ['quadprog++']
##
CERES_INC
=
[
'#external/build/include'
]
CERES_DIR
=
[
'#external/build/lib'
]
CERES_LIB
=
[
'ceres'
,
'libglog'
]
CERES_OPT_LIB
=
[
'gomp'
,
'lapack'
,
'blas'
]
CERES_LIB
=
[
'ceres'
]
CERES_OPT_LIB
=
[
'glog'
,
'gomp'
,
'lapack'
,
'blas'
]
## NlOpt library
...
...
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