Commit 2b5d7f26 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

project and package names must match

parent 81825356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.5)

project(elphel-interfaces)
project(elphel_interfaces)

# Default to C++14
if(NOT CMAKE_CXX_STANDARD)