From 968c1e95571fe3708009435450978e1a1926eec4 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Thu, 1 Mar 2018 12:12:51 +0530
Subject: [PATCH] Fixed typo in command.

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

diff --git a/moose-core/CMakeLists.txt b/moose-core/CMakeLists.txt
index 36f53b7a..c46acbe5 100644
--- a/moose-core/CMakeLists.txt
+++ b/moose-core/CMakeLists.txt
@@ -467,7 +467,7 @@ execute_process(
     )
 # If not set, use default.
 if(NOT PY_PLATFORM_ARCH)
-    message(PY_PLATFORM_ARCH "linux-x86_64")
+    set(PY_PLATFORM_ARCH "linux-x86_64")
 endif( )
 message(STATUS "Building bdist for arch: ${PY_PLATFORM_ARCH}")
 add_custom_target( bdist 
-- 
GitLab