Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
1
Merge Requests
1
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-RAN
Commits
32824030
Commit
32824030
authored
Feb 19, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cmake command target CMakeLists.txt
parent
f51590b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
cmake_targets/build_oai
cmake_targets/build_oai
+3
-4
No files found.
cmake_targets/build_oai
View file @
32824030
...
...
@@ -585,9 +585,8 @@ function main() {
mkdir
-p
$DIR
/
$BUILD_DIR
/build
cd
$DIR
/
$BUILD_DIR
/build
CMAKE_CMD
=
"
$CMAKE_CMD
../.."
echo_info
"running
$CMAKE_CMD
"
eval
$CMAKE_CMD
eval
$CMAKE_CMD
../..
execlist
=
""
if
[
"
$eNB
"
=
"1"
]
;
then
...
...
@@ -664,7 +663,7 @@ function main() {
mkdir
-p
$DIR
/nas_sim_tools/build
cd
$DIR
/nas_sim_tools/build
eval
$CMAKE_CMD
eval
$CMAKE_CMD
..
compilations
\
nas_sim_tools usim
\
usim
$dbin
/usim
...
...
@@ -946,7 +945,7 @@ function main() {
[
"
$CLEAN
"
=
"1"
]
&&
rm
-rf
$OPENAIR_DIR
/cmake_targets/doxygen/build
mkdir
-p
$OPENAIR_DIR
/cmake_targets/doxygen/build
cd
$OPENAIR_DIR
/cmake_targets/doxygen/build
eval
$CMAKE_CMD
eval
$CMAKE_CMD
..
make doc
)
>
&
$doxygen_log
fi
...
...
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