build: fix default platform 18/40218/2
authorBenoît Ganne <[email protected]>
Fri, 19 Jan 2024 16:43:44 +0000 (17:43 +0100)
committerDamjan Marion <[email protected]>
Fri, 19 Jan 2024 19:02:27 +0000 (19:02 +0000)
commit9705d848a2bf0a14fb832fb9e2bc0c4a71ff8952
tree24a33dfc7612cad6a7d1ebb14db4f6b85de99015
parent9418143bd4c8f3bb46c32800c1ae85b20bbe8815
build: fix default platform

When unsetting VPP_PLATFORM in cmake, it unmasks the cached value
instead, misleading the platform selection logic in src/cmake/cpu.cmake

Type: fix
Fixes: 01fe7ab88e

Change-Id: I676cd0af9ba28150f8ac07724c03df8ef24b640f
Signed-off-by: Benoît Ganne <[email protected]>
src/CMakeLists.txt