Add "C" to languages

Without this CMAKE_C_COMPILER won't be set when building as a standalone
project, and we need that if we build the bundled libzmq.
This commit is contained in:
Jason Rhinelander 2020-06-22 13:32:16 -03:00
parent 0493f615b9
commit 4e89dce5b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.7)
project(liblokimq CXX)
project(liblokimq CXX C)
include(GNUInstallDirs)