Skip to content

Commit

Permalink
update BUILD_TESTING cmake flag usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored May 24, 2024
1 parent 3504640 commit f37c036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main()
2. Link with library:
```cmake
set(BUILD_FAKER_TESTS OFF)
set(BUILD_TESTING OFF)
add_subdirectory(externals/faker-cxx)
Expand All @@ -128,7 +128,7 @@ If you have any confusion please refer to the respective guides.
## Dependencies
- GTest (set `BUILD_FAKER_CXX_TESTS=OFF` CMake flag to disable this dependency)
- GTest (set `BUILD_TESTING=OFF` CMake flag to disable this dependency)
- fmt (only for compilers that don't support std::format)
In order to use external dependencies installed in your system, you can set the `USE_SYSTEM_DEPENDENCIES` CMake flag
Expand Down

0 comments on commit f37c036

Please sign in to comment.