Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua A. Anderson <[email protected]>
  • Loading branch information
tommy-waltmann and joaander authored Jun 26, 2024
1 parent bf19bb7 commit 391c286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/freud-macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function(target_set_install_rpath _target)
set_target_properties(${_target} PROPERTIES INSTALL_RPATH "\$ORIGIN")
endif()

if(_using_conda OR DEFINED ENV{CIBUILDWHEEL})
if(_using_conda)
set_target_properties(${_target} PROPERTIES INSTALL_RPATH_USE_LINK_PATH
True)
endif()
Expand Down
2 changes: 1 addition & 1 deletion cpp/locality/locality-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(locality_sources
locality/NeighborList.cc
locality/PeriodicBuffer.cc
locality/Voronoi.cc
# For now, compile voro++ object in directly.
# Compile voro++ object in directly.
${VOROPP_SOURCE_DIR}/cell.cc
${VOROPP_SOURCE_DIR}/common.cc
${VOROPP_SOURCE_DIR}/container.cc
Expand Down

0 comments on commit 391c286

Please sign in to comment.