Skip to content
Snippets Groups Projects
Commit 5d1de4ad authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Fixed CMake automoc related warning

parent 88e1bde3
No related branches found
No related tags found
No related merge requests found
project (ba3d) project (ba3d)
cmake_minimum_required (VERSION 3.1 FATAL_ERROR) cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
if(POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()
set (CMAKE_CXX_STANDARD 14) set (CMAKE_CXX_STANDARD 14)
if (CMAKE_COMPILER_IS_GNUCXX) if (CMAKE_COMPILER_IS_GNUCXX)
......
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