Skip to content

Commit

Permalink
Merge pull request #2384 from gsjaardema/patch-53
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
WardF authored Jun 7, 2022
2 parents b2097a7 + 2a0d804 commit 93742f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ string(TOUPPER "${filter}" upfilter)
string(TOLOWER "${filter}" downfilter)
# Define a test flag for filter
IF(${filter}_FOUND)
INCLUDE_DIRECTORIES(${filter}_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${${filter}_INCLUDE_DIRS})
SET(ENABLE_${upfilter} TRUE)
SET(HAVE_${upfilter} ON)
SET(STD_FILTERS "${STD_FILTERS} ${downfilter}")
Expand Down

0 comments on commit 93742f8

Please sign in to comment.