File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
fastdds_python_examples/HelloWorldExample Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- cmake_minimum_required (VERSION 3.22 )
2
+ cmake_minimum_required (VERSION 3.16.3 )
3
3
4
4
# SWIG: use standard target name.
5
5
if (POLICY CMP0078)
Original file line number Diff line number Diff line change 19
19
ret_value=0
20
20
21
21
cd ./fastdds_python/test/types
22
- echo -e " Processing ${yellow} test_complete.idl test_modules.idl ${textreset} "
23
- echo " Running: fastddsgen -cdr both - replace -python test_complete.idl test_modules .idl"
24
- fastddsgen -cdr both - replace -python test_complete.idl test_modules .idl
22
+ echo -e " Processing ${yellow} test_complete.idl${textreset} "
23
+ echo " Running: fastddsgen -replace -python test_complete.idl"
24
+ fastddsgen -replace -python test_complete.idl
25
25
if [[ $? != 0 ]]; then
26
26
ret_value=-1
27
27
fi
@@ -31,8 +31,8 @@ if [[ $ret_value != -1 ]]; then
31
31
cd " ./fastdds_python_examples/HelloWorldExample"
32
32
33
33
echo -e " Processing ${yellow} HelloWorld.idl${textreset} "
34
- echo " Running: fastddsgen -cdr both - replace -python HelloWorld.idl"
35
- fastddsgen -cdr both - replace -python HelloWorld.idl
34
+ echo " Running: fastddsgen -replace -python HelloWorld.idl"
35
+ fastddsgen -replace -python HelloWorld.idl
36
36
fi
37
37
38
38
if [[ $? != 0 ]]; then
You can’t perform that action at this time.
0 commit comments