Skip to content

Commit

Permalink
fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Sep 25, 2024
1 parent 3978ae9 commit 458107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18...3.30)
project(pivy_cmake_setup CXX)
cmake_minimum_required(VERSION 3.18)

option(DISABLE_SWIG_WARNINGS "if on no swig warnings are shown" OFF)
option(PIVY_USE_QT6 "Prefer Qt6 over Qt5 if available" OFF)
Expand Down

0 comments on commit 458107c

Please sign in to comment.