[CMake] Compile project as C++ if MSVC

Pau Garcia i Quiles pgquiles at elpauer.org
Sat Dec 24 11:50:09 EST 2011


On Sat, Dec 24, 2011 at 4:11 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
>> Thank you. I tried that but it's failing: since no project in the
>> whole project tree is defined as C++ (i. e. everything is
>> "project(blah C)"), the generation step fails with:
>>
>> CMake Error: Error required internal CMake variable not set, cmake may
>> be not be built correctly.
>> Missing variable is:
>> CMAKE_CXX_FLAGS_DEBUG
>>
>> I've opened issue #12639 for this and attached a minimal case, and a
>> workaround:
>> http://public.kitware.com/Bug/view.php?id=12639
>>
>>
> I am thinking if you want to compile with C++, you need to enable the c++
> language.  You can call enable_language(CXX) inside the if.

You are right. That solves the issue, thank you.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


More information about the CMake mailing list