Skip to content

Commit

Permalink
CPPSDK: cmake prefix to support older release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Apr 2, 2024
1 parent ef3fc8c commit 9dc5d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/cpp/templates/sdk/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ cmake -B${SdkPath}/build -S${SdkPath} -DSYSROOT_PATH=${SysrootPath} -DENABLE_TES
cmake --build ${SdkPath}/build
if [ -f "${SdkPath}/build/src/libFireboltSDK.so" ];
then
cmake --install ${SdkPath}/build --prefix=${SdkPath}/build/Firebolt/usr
cmake --install ${SdkPath}/build --prefix ${SdkPath}/build/Firebolt/usr
fi

0 comments on commit 9dc5d41

Please sign in to comment.