Author: astitcher Date: Tue Sep 30 20:38:30 2014 New Revision: 1628548 URL: http://svn.apache.org/r1628548 Log: NO-JIRA: Really make BUILD_WITH_CXX worl properly (sigh)
Modified: qpid/proton/trunk/CMakeLists.txt Modified: qpid/proton/trunk/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/proton/trunk/CMakeLists.txt?rev=1628548&r1=1628547&r2=1628548&view=diff ============================================================================== --- qpid/proton/trunk/CMakeLists.txt (original) +++ qpid/proton/trunk/CMakeLists.txt Tue Sep 30 20:38:30 2014 @@ -26,6 +26,7 @@ if (CMAKE_BUILD_TYPE MATCHES "Deb") endif (CMAKE_BUILD_TYPE MATCHES "Deb") message(STATUS "Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}") +project (Proton C) if (MSVC) # No C99 capability, use C++ @@ -35,8 +36,6 @@ option(BUILD_WITH_CXX "Compile Proton us if (BUILD_WITH_CXX) project (Proton C CXX) -else (BUILD_WITH_CXX) - project (Proton C) endif (BUILD_WITH_CXX) file(READ version.txt PN_VERSION_FILE) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org