Skip to content

Commit

Permalink
Merge pull request #121 from gruenich/fix/missing-paratheses-cmake
Browse files Browse the repository at this point in the history
[cmake] Add missing parantheses
  • Loading branch information
xiaoyeli committed Sep 21, 2023
2 parents 2c8ef7d + 576f6e1 commit 9f5720d
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 @@ -239,7 +239,7 @@ add_subdirectory(EXAMPLE)

if (enable_doc)
add_subdirectory(DOC)
endif
endif()

# Generate various configure files with proper definitions

Expand Down

0 comments on commit 9f5720d

Please sign in to comment.