Skip to content

Commit ddd0fdd

Browse files
authored
Merge pull request #246 from project-tsurugi/bump-cmake-minimum-required
build: bump cmake_minimum_required to 3.20
2 parents 3f77e0f + 3143f33 commit ddd0fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.16)
15+
cmake_minimum_required(VERSION 3.20)
1616

1717
if(POLICY CMP0167)
1818
cmake_policy(SET CMP0167 NEW)

0 commit comments

Comments
 (0)