You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/06/06 19:10:11 UTC

qpid-dispatch git commit: DISPATCH-2017 Fix cmake error in console build

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 85a581394 -> 66627dde7


DISPATCH-2017 Fix cmake error in console build


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/66627dde
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/66627dde
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/66627dde

Branch: refs/heads/master
Commit: 66627dde7157de8a0bf7d8c91e9295ba1ed09f32
Parents: 85a5813
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Jun 6 15:09:57 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Jun 6 15:09:57 2018 -0400

----------------------------------------------------------------------
 console/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/66627dde/console/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/console/CMakeLists.txt b/console/CMakeLists.txt
index 83cf83a..bfd9cd8 100644
--- a/console/CMakeLists.txt
+++ b/console/CMakeLists.txt
@@ -24,7 +24,7 @@ option(CONSOLE_INSTALL "Build and install console (requires npm)" ON)
 
 if(CONSOLE_INSTALL)
   find_program(NPX_EXE npx DOC "Location of the npx task runner")
-    if (NPEX_EXE)
+    if (NPX_EXE)
 
       set(CONSOLE_SOURCE_DIR "${CMAKE_SOURCE_DIR}/console/stand-alone")
       set(CONSOLE_BUILD_DIR "${CMAKE_BINARY_DIR}/console")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org