Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
The Openvibe Group
extras
Merge requests
!23
[build] fix --sdk-src option for including sdk documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[build] fix --sdk-src option for including sdk documentation
wip-ceriou-fix-doc-src
into
master
Overview
0
Commits
1
Changes
1
Merged
RIOU Cedric
requested to merge
wip-ceriou-fix-doc-src
into
master
7 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
efef78d8
1 commit,
7 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/linux-build
+
1
−
1
Options
@@ -77,7 +77,7 @@ echo ""
echo
"Creating makefiles..."
echo
""
cmake
${
ov_script_dir
}
/..
-DCMAKE_BUILD_TYPE
=
${
ov_build_type
}
${
extra_flags
}
-DCMAKE_INSTALL_PREFIX
=
${
ov_install_dir
}
${
ov_sdk_dir
}
${
ov_designer_dir
}
${
dependencies_path
}
${
UserDataSubdir
}
cmake
${
ov_script_dir
}
/..
-DCMAKE_BUILD_TYPE
=
${
ov_build_type
}
${
extra_flags
}
-DCMAKE_INSTALL_PREFIX
=
${
ov_install_dir
}
${
ov_sdk_dir
}
${
ov_designer_dir
}
${
dependencies_path
}
${
UserDataSubdir
}
-DOV_SDK_SOURCE_PATH
=
${
ov_sdk_src_dir
}
if
[
$?
-eq
0
]
;
then
echo
CMake has been called successfully
!
Loading