Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-smf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-smf
Commits
bc90efdb
Commit
bc90efdb
authored
4 years ago
by
Tien-Thinh Nguyen
Browse files
Options
Downloads
Patches
Plain Diff
fix issue related to the latest version of Pistache for supporting C++11
parent
53809d88
No related branches found
No related tags found
2 merge requests
!2
Remove dead code, apply google style format, fix issue for Pistache
,
!1
Cleanup and apply google style format
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/scripts/build_helper.smf
+2
-2
2 additions, 2 deletions
build/scripts/build_helper.smf
with
2 additions
and
2 deletions
build/scripts/build_helper.smf
+
2
−
2
View file @
bc90efdb
...
@@ -110,7 +110,7 @@ install_spdlog_from_git() {
...
@@ -110,7 +110,7 @@ install_spdlog_from_git() {
install_pistache_from_git() {
install_pistache_from_git() {
if [ $1 -eq 0 ]; then
if [ $1 -eq 0 ]; then
read -p "Do you want to install Pistache ? <y/N> " prompt
read -p "Do you want to install Pistache ? <y/N> " prompt
OPTION=""
OPTION="
-y
"
else
else
prompt='y'
prompt='y'
OPTION="-y"
OPTION="-y"
...
@@ -135,7 +135,7 @@ install_pistache_from_git() {
...
@@ -135,7 +135,7 @@ install_pistache_from_git() {
git clone $GIT_URL
git clone $GIT_URL
git submodule update --init
git submodule update --init
cd pistache && git checkout
master
cd pistache && git checkout
e18ed9baeb2145af6f9ea41246cf48054ffd9907
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
mkdir _build && cd _build
mkdir _build && cd _build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment