Skip to content

Commit

Permalink
CMake: require >= 3.10
Browse files Browse the repository at this point in the history
ref. jrl-umi3218/jrl-cmakemodules#338
and fix deprecation warning about CMake 3.5 from CMake 3.27
  • Loading branch information
nim65s authored and jcarpent committed Sep 25, 2023
1 parent f113b37 commit 5869a50
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 @@ -32,7 +32,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.10)
set(CXX_DISABLE_WERROR TRUE)

set(PROJECT_NAME hpp-fcl)
Expand Down

0 comments on commit 5869a50

Please sign in to comment.