bilke / cmake-modules

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Boost Software License 1.0
547 stars 214 forks source link

Use the first language specified by the user #49

Closed horta closed 3 years ago

horta commented 4 years ago

I couldn't use it for my project because I was specified C language:

project(project_name LANGUAGES C)