Skip to content

Commit

Permalink
Cmake warning (#127)
Browse files Browse the repository at this point in the history
* use clang for all platforms

* pixi: update lock file

* pixi: revert linux to gxx

* fix cmake warning
  • Loading branch information
looooo authored Sep 25, 2024
1 parent 0890559 commit b977525
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 b977525

Please sign in to comment.