Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscribam <scribam@users.noreply.github.com>2020-11-21 19:38:54 +0300
committerscribam <scribam@users.noreply.github.com>2020-11-21 19:38:54 +0300
commit1eb485285638e51c25d3d0a3b95bca13b0ced32d (patch)
tree21168979deaf5f79b9611d1c5d4491c643cd7a47 /CMakeLists.txt
parent58291963c6a3f3322fa652595777f4e1e84a2874 (diff)
CMake: Set minimum required version to 3.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66f19a66..d8a0c77a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.0)
set(CMAKE_CXX_STANDARD 11)
# Avoid a warning if parent project sets VERSION in project().