Skip to content

Commit

Permalink
HPCC-31249 Add HINTS for clienttools location for build-assets builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner committed Feb 15, 2024
1 parent e9d2201 commit af3548b
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 @@ -190,7 +190,7 @@ SET(CT_ARCH "i386")
IF (EMBED_64BIT_CLIENTTOOLS)
SET(CT_ARCH "x86_64")
ENDIF ()
find_file(CLIENTTOOLS_PACKAGE_FILE "hpccsystems-clienttools-community_${version}-${stagever}${CMAKE_SYSTEM_NAME}-${CT_ARCH}.exe" HINTS ${CMAKE_CURRENT_BINARY_DIR}/../HPCC-Platform )
find_file(CLIENTTOOLS_PACKAGE_FILE "hpccsystems-clienttools-community_${version}-${stagever}${CMAKE_SYSTEM_NAME}-${CT_ARCH}.exe" HINTS ${CMAKE_CURRENT_BINARY_DIR}/../HPCC-Platform ${CMAKE_CURRENT_BINARY_DIR}/../.. ${CMAKE_CURRENT_BINARY_DIR}/.. )
MESSAGE ("-- Clienttools package: ${CLIENTTOOLS_PACKAGE_FILE}")
if (CLIENTTOOLS_PACKAGE_FILE)
install ( PROGRAMS ${CLIENTTOOLS_PACKAGE_FILE} DESTINATION tmp )
Expand Down

0 comments on commit af3548b

Please sign in to comment.