Skip to content

Commit

Permalink
chore: Further reduce cmake max version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Sep 10, 2024
1 parent 2a60473 commit 07b04ea
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
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.14...3.28)
cmake_minimum_required(VERSION 3.14...3.27)

# Hunter package manager options
option(HUNTER_ENABLED "Enable Hunter package manager" off)
Expand Down

0 comments on commit 07b04ea

Please sign in to comment.