Skip to content

Commit

Permalink
Fix grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed May 21, 2021
1 parent 5671227 commit 95c073b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -106,9 +106,9 @@ option(WITH_HWLOC "Build sources that require libhwloc" ON)
# Build sources that require OpenMPI
option(WITH_MPI "Build sources that require MPI" ON)
# Build sources that require FFMPEG
option(WITH_FFMPEG "Build sources that requires FFMPEG" ON)
option(WITH_FFMPEG "Build sources that require FFMPEG" ON)
# Build sources that require PCSC
option(WITH_PCSC "Build sources that requires PCSC" ON)
option(WITH_PCSC "Build sources that require PCSC" ON)

#
# The CMake config files must exist in the directories added to this config:
Expand Down

0 comments on commit 95c073b

Please sign in to comment.