Repository: qpid-proton Updated Branches: refs/heads/master b8883c4df -> d9ff0f2dc
NO-JIRA: Small tidy up of cmake language selection Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d9ff0f2d Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d9ff0f2d Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d9ff0f2d Branch: refs/heads/master Commit: d9ff0f2dc2053f474deaf2564a5493352d9589bc Parents: b8883c4 Author: Andrew Stitcher <[email protected]> Authored: Fri Aug 21 17:59:55 2015 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Fri Aug 21 17:59:55 2015 -0400 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d9ff0f2d/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df2dfb..ea67b4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif (MSVC) option(BUILD_WITH_CXX "Compile Proton using C++" ${DEFAULT_BUILD_WITH_CXX}) if (BUILD_WITH_CXX) - project (Proton C CXX) + enable_language (CXX) endif (BUILD_WITH_CXX) if (CMAKE_CONFIGURATION_TYPES) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
