Merge pull request #1547 from scribam/cmake-minimum-required
CMake: Set minimum required version to 3.0
This commit is contained in:
commit
dabdf4eff6
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user