Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cpp/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_benchamrk_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/configuration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_configuration_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/content_filter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_content_filter_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/custom_payload_pool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(custom_payload_pool VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/delivery_mechanisms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_delivery_mechanisms_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/discovery_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_discovery_server_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/flow_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_flow_control_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_hello_world_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/rtps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_rtps_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_security_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/static_edp_discovery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_static_edp_discovery_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/topic_instances/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_topic_instances_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/xtypes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_xtypes_example VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion fuzz/C++/fuzz_XMLProfiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fuzz_XMLProfiles VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion fuzz/C++/fuzz_processCDRMsg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fuzz_processCDRMsg VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion test/profiling/allocations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

project(fastdds_allocation_test VERSION 1 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion test/unittest/cmake/force_cxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
###############################################################################
# Auxiliary project for check_configuration.cmake module testing
###############################################################################
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.22) # TODO 3.28

# setup
option(TEST_FALLBACK "Ignore CMake builtin instrospection and use our original fallback" OFF)
Expand Down
Loading