Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c65f8edd authored by gsell's avatar gsell
Browse files

CMake(mslang) set required version to 3.12

parent 1f6e350e
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required (VERSION 2.8.10) cmake_minimum_required (VERSION 3.12)
cmake_policy (SET CMP0048 NEW)
project (MSLANG) project (MSLANG)
set (MSLANG_VERSION_MAJOR 0) set (MSLANG_VERSION_MAJOR 0)
set (MSLANG_VERSION_MINOR 1) set (MSLANG_VERSION_MINOR 1)
......
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