Skip to content

Commit 608dbac

Browse files
committed
cmake: update standalone example minimum version
Generated-by: OpenAI Codex Signed-off-by: aineoae86-sys <ai.neo.ae86@gmail.com>
1 parent 0840e72 commit 608dbac

26 files changed

Lines changed: 26 additions & 26 deletions

File tree

examples/BinaryEntityCreation/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/ContinuousFragment/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/CustomTransports/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/Deployment/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/Discovery/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/MultiSessionHelloWorld/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/PingAgent/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/PingAgent/Serial/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/PingAgent/TCP/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

examples/PingAgent/UDP/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 2.8.12)
15+
cmake_minimum_required(VERSION 3.5.0)
1616
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1717
cmake_policy(SET CMP0048 NEW)
1818
endif()

0 commit comments

Comments
 (0)