Skip to content

Commit c9aa85b

Browse files
Copilothsluoyz
andcommitted
Fix CMake version to 3.21 to avoid compatibility issues
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent dd6b86c commit c9aa85b

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

1717
set(CMAKE_WARN_DEPRECATED ON)
1818
set(PY_CASBIN_VERSION 1.1)

0 commit comments

Comments
 (0)