Skip to content
Snippets Groups Projects
Commit 03bed5c6 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Merge branch 'fix/rename-coin3d-to-coin' of gitlab.com:Simox/simox into fix/rename-coin3d-to-coin

parents d6afd025 84d32943
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.10)
MESSAGE (STATUS "cmake version: ${CMAKE_VERSION}")
# If OS is Ubuntu 20 we nned to change some things
execute_process(COMMAND lsb_release -cs
OUTPUT_VARIABLE RELEASE_CODENAME
......@@ -97,6 +98,10 @@ if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8.0)
add_compile_options(-Wno-error=sign-compare)
endif()
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9.0)
add_compile_options(-Wno-error=deprecated-copy)
endif()
#######################################################################################
#options
OPTION (Simox_USE_RBDL_LIB "Use RBDL" ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment