Skip to content

Commit

Permalink
cmake: Remove excess cmake_minimum_required / project usage
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Aug 23, 2023
1 parent 1b73544 commit 71313a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions vkconfig/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
cmake_minimum_required(VERSION 3.10.2)
project(vkconfig)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
Expand Down
3 changes: 0 additions & 3 deletions vkconfig_core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
cmake_minimum_required(VERSION 3.10.2)
project(vkconfig)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
find_package(Qt5 COMPONENTS Core Gui Widgets Network QUIET)
Expand Down

0 comments on commit 71313a8

Please sign in to comment.