external: Add dev mode for xpu to use local version.
Compare changes
+ 21
− 12
@@ -46,16 +46,25 @@ if(DOWNLOAD_EXTERNALS)
@@ -70,7 +79,7 @@ if(DOWNLOAD_EXTERNALS)
@@ -97,7 +106,7 @@ else()
Adds a CMake option to use a local version of xpu symlinked to external/xpu-dev
instead of the upstream one. This makes it easier for me to test changes in xpu.
Doubt anyone besides me will use this option.