fix(build): Correct var retention bug in cmake 45/345/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 14 Jun 2019 16:30:21 +0000 (12:30 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 14 Jun 2019 16:30:21 +0000 (12:30 -0400)
commit257323c1e192d49509fffe8df9af53b92ed508c8
tree4be49252c77b0cd93dc477ba918bd51f175f3e32
parent29d871650240d6b4fba0ca46d7f13a90c004003c
fix(build): Correct var retention bug in cmake

The PACK_EXTERNAL flag was not being removed from the
cache after configuring the Makefile. This was causing
the pack external flag to remain set for all subsequent
executions of cmake even if the flag was not given (and
the default of 0 expected).

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I308e5bf64248d9107760ce0669be282437e5d06b
CMakeLists.txt