Skip to content

Commit

Permalink
Fix cmake version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
trelau committed Oct 23, 2021
1 parent 841b67c commit 1da6b5e
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 @@ -18,7 +18,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
cmake_minimum_required(VERSION 3.15...3.20)
project(pyOCCT VERSION 7.5.3 LANGUAGES C CXX)
project(pyOCCT VERSION 7.5.3.0 LANGUAGES C CXX)


# --------------------------------------------------------------------------- #
Expand Down

0 comments on commit 1da6b5e

Please sign in to comment.