Skip to content

Commit

Permalink
fix(build): Fix missing dot in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwatteau authored Jun 3, 2024
1 parent 73e52c8 commit a2844aa
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,6 +1,6 @@
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.3..3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.3...3.5 FATAL_ERROR)

# Don't export symbols, unless ENABLE_EXPORTS is used
if(POLICY CMP0065)
Expand Down

0 comments on commit a2844aa

Please sign in to comment.