Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
bc90efdb
Commit
bc90efdb
authored
Apr 14, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issue related to the latest version of Pistache for supporting C++11
parent
53809d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build/scripts/build_helper.smf
build/scripts/build_helper.smf
+2
-2
No files found.
build/scripts/build_helper.smf
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 ..
...
...
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