Skip to content

Commit

Permalink
Merge pull request #13 from AlwinEsch/Leia-change
Browse files Browse the repository at this point in the history
update CMakeLists.txt to 3.5
  • Loading branch information
AlwinEsch authored Aug 19, 2019
2 parents 66db2bc + 29e62ff commit 9c9124d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(visualization.milkdrop)

cmake_minimum_required(VERSION 2.6)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})

find_package(Kodi REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion depends/windows/nasmw/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.5)
project(nasmw)

install(
Expand Down
5 changes: 1 addition & 4 deletions lib/vis_milkdrop/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(vis_milkdrop)

enable_language(CXX)

cmake_minimum_required(VERSION 2.6)

include_directories(${PROJECT_SOURCE_DIR})

set(SHADER_FILES dx11/DefaultVertexShader.hlsl
Expand Down
5 changes: 1 addition & 4 deletions lib/vis_milkdrop/ns-eel2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(ns-eel2)

enable_language(C)

cmake_minimum_required(VERSION 2.6)

set(SOURCES ns-eel.h
ns-eel-addfuncs.h
ns-eel-int.h
Expand Down

0 comments on commit 9c9124d

Please sign in to comment.