Skip to content

Commit 685daa9

Browse files
authored
Merge pull request #1 from nyue/FuseFX
Installation directory update for FuseFX
2 parents 9ee13b2 + 3df291e commit 685daa9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IF ( BUILD_ALEMBIC_TOOLS )
1313
FIND_PACKAGE ( Alembic REQUIRED )
1414
FIND_PACKAGE ( HDF5 COMPONENTS C HL REQUIRED )
1515
ENDIF ()
16-
FIND_PACKAGE ( ILMBase REQUIRED )
16+
FIND_PACKAGE ( IlmBase REQUIRED )
1717

1818
# Mutually exclusive
1919
IF ( BUILD_HOUDINI_TOOLS )
@@ -46,6 +46,7 @@ SET ( NCACHE_REQUIRED_LIBRARIES
4646
nCacheParser
4747
${Boost_LIBRARIES}
4848
${GLOG_glog_LIBRARY}
49+
${GFLAGS_gflags_LIBRARY}
4950
${ADDITIONAL_LIBRARIES}
5051
${CMAKE_THREAD_LIBS_INIT}
5152
)

houdini/mantra/nCache/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ TARGET_LINK_LIBRARIES ( VRAY_nCache
77
)
88

99
INSTALL ( TARGETS VRAY_nCache
10-
DESTINATION ${HDK_HOME_HFS}/dso/mantra
10+
DESTINATION houdini/dso/mantra
1111
)

houdini/translator/nCache_IOTranslator/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ TARGET_LINK_LIBRARIES ( nCache
1010
${NCACHE_REQUIRED_LIBRARIES}
1111
NCacheTranslatorUtils
1212
)
13+
14+
INSTALL ( TARGETS nCache
15+
DESTINATION houdini/dso
16+
)

0 commit comments

Comments
 (0)