Skip to content

Commit

Permalink
Houdini 18.5.462 update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeneren committed Oct 3, 2021
1 parent 3e1644e commit 834fd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#add houdini cmake lists

set(HOUDINI_CMAKE_DIR "C:/Program Files/Side Effects Software/Houdini 17.5.327/toolkit/cmake")
set(HOUDINI_CMAKE_DIR "C:/Program Files/Side Effects Software/Houdini 18.5.462/toolkit/cmake")

list( APPEND CMAKE_PREFIX_PATH ${HOUDINI_CMAKE_DIR})

Expand All @@ -18,6 +18,7 @@ message(STATUS "Houdini directory: ${Houdini_DIR}")

houdini_configure_target( BubbleH )

set_target_properties(BubbleH PROPERTIES VS_GLOBAL_VcpkgEnabled true)

#copy icon to %HOME%/%HOUDINI_VERSION%/config/icons folder

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/LosTopos/LosTopos3D/collisionpipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace {
class CCollisionCandidateSetLT
{
public:
bool operator () (const Vec3st & a, const Vec3st & b)
bool operator () (const Vec3st & a, const Vec3st & b) const
{
return CollisionCandidateSetLT(a, b);
}
Expand Down

0 comments on commit 834fd4e

Please sign in to comment.