Re: [Cppcms-users] How to compile cppcms with c++11
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-12-02 08:23:02
|
Two things: (a) You don't need to build CppCMS with C++11 option... CppCMS would take almost no advantage of it as it supports C++03 compilers. You still can use it with C++11 option when you build your applications against CppCMS build as ususual - the CppCMS library would be binary compatible (b) To add a flag just use -DCMAKE_CXX_FLAGS=c++11 in cmake command line. You almost never need to change CMakeLists.txt Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ -------------------------------------------- On Mon, 12/2/13, 陈抒 <csf...@gm...> wrote: Subject: [Cppcms-users] How to compile cppcms with c++11 To: "cpp...@li..." <cpp...@li...> Date: Monday, December 2, 2013, 7:45 AM Now, it's time to develop c++ 11 app, but do not know how to compile cppcms with c++ 11 option using clang or g++? Dean Chen Best regards http://blog.csdn.net/csfreebird -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk -----Inline Attachment Follows----- _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |