Skip to content

Commit

Permalink
Merge pull request #88 from cryos/fix-missing-parens
Browse files Browse the repository at this point in the history
Missing parentheses on endif statement in CMake
  • Loading branch information
cryos authored Jul 18, 2018
2 parents b1838d8 + efb5d6f commit 8d8f196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AvogadroCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(APPLE)
set(INSTALL_BUNDLE_FILES ON)
else()
option(INSTALL_BUNDLE_FILES "Add install rules to bundle files" OFF)
endif
endif()
if(INSTALL_BUNDLE_FILES)
# First the AvogadroLibs files that are not detected.
find_package(AvogadroLibs REQUIRED NO_MODULE)
Expand Down

0 comments on commit 8d8f196

Please sign in to comment.