Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit d9a922c

Browse files
committed
Add Workaround for CMake Error with CMakeCache.txt
Add workaround (removing CMakeCache.txt) for this error: CMake Error: The current CMakeCache.txt directory . . . CMakeCache.txt is different than the directory . . . examples/shared_kv_storage/db_store/packages/build where CMakeCache.txt was created. Signed-off-by: danintel <[email protected]>
1 parent 2d5ca5e commit d9a922c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BUILD.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ See [examples/apps/heart_disease_eval](examples/apps/heart_disease_eval)
242242
`source _dev/bin/activate`
243243
or you did not successfully build Avalon
244244

245+
- If you see the message `CMake Error: The current CMakeCache.txt
246+
. . . is different than the directory . . . where CMakeCache.txt
247+
was created.` then the CMakeCache.txt file is out-of-date.
248+
Remove the file and rebuild.
249+
245250
## <a name="troubleshootingstandalone"></a>Troubleshooting: Standalone build
246251
- Verify your [environment variables](PREREQUISITES.md#environment)
247252
are set correctly and the paths exist

0 commit comments

Comments
 (0)