Skip to content

Commit 68af2f8

Browse files
Lower minimum CMake version in examples
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent e8294c0 commit 68af2f8

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

examples/cpp/benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_benchamrk_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/configuration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_configuration_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/content_filter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_content_filter_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/custom_payload_pool/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(custom_payload_pool VERSION 1 LANGUAGES CXX)
1818

examples/cpp/delivery_mechanisms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_delivery_mechanisms_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/discovery_server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_discovery_server_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/flow_control/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_flow_control_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/hello_world/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_hello_world_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/rtps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_rtps_example VERSION 1 LANGUAGES CXX)
1818

examples/cpp/security/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.28)
15+
cmake_minimum_required(VERSION 3.22) # TODO 3.28
1616

1717
project(fastdds_security_example VERSION 1 LANGUAGES CXX)
1818

0 commit comments

Comments
 (0)