<div dir="ltr">Hello<div><br></div><div>I think that I might have found a bug or there's some issues in my setup.</div><div><br></div><div>I am running poudriere and I add these flags to a Makefile:</div><div>CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${LOCALBASE}/dir</div><div><br></div><div>checking in </div><div>pre-build:</div><div>    echo ${CMAKE_ARGS}</div><div><br></div><div>shows that /usr/local/dir is passed to cmake.</div><div><br></div><div>After building cmake totally ignores /usr/local/dir and only /usr/local is in the generated .build/CMakeCahce.txt file</div><div><br></div><div>I found a workaround by setting CMAKE_INSTALL_PREFIX= ${LOCALBASE}/dir</div><div><br></div><div>Is this the proper behavior?</div><div><br></div><div>Best,</div><div>Owen</div></div>