Skip to content

Commit 4c56ad1

Browse files
authored
examples: update tested cmake version (#1050)
1 parent 7f2d2f7 commit 4c56ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/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.1)
15+
cmake_minimum_required(VERSION 3.5..4.0)
1616

1717
set(CMAKE_C_STANDARD_REQUIRED ON)
1818
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)