1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-03 03:40:54 +00:00

Fix a typo in the install instructions

This commit is contained in:
Anichitei Ionel-Cristinel 2022-01-25 17:31:03 +02:00 committed by GitHub
parent 73b7c4ea96
commit 4525860ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ With `FetchContent`:
```cmake ```cmake
FetchContent_Declare( FetchContent_Declare(
bddisasm bddisasm
GIT_REPOSITORY https://github.com/bddisasm/bddisasm GIT_REPOSITORY https://github.com/bitdefender/bddisasm
GIT_TAG origin/master GIT_TAG origin/master
) )