Skip to content

Commit a18e360

Browse files
[C++] Bump minimum required CMake version to 3.20
Required for the cmake_path function for generating the pkg-config file.
1 parent c76f8c5 commit a18e360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/c++/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19-
cmake_minimum_required (VERSION 3.12)
19+
cmake_minimum_required (VERSION 3.20)
2020

2121
set (CMAKE_LEGACY_CYGWIN_WIN32 0)
2222

0 commit comments

Comments
 (0)