Skip to content

Commit

Permalink
cmake: install rtc helper to versioned subdirectory
Browse files Browse the repository at this point in the history
Since that's where rocFFT will look for it.
  • Loading branch information
evetsso authored Aug 4, 2023
1 parent 6e3d808 commit c11aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ endif()
if(WIN32)
set(ROCFFT_RTC_HELPER_INSTALL_DIR ${CMAKE_INSTALL_BINDIR})
else()
set(ROCFFT_RTC_HELPER_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/rocfft )
set(ROCFFT_RTC_HELPER_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/rocfft/${VERSION_STRING} )
endif()

if( NOT ENABLE_ASAN_PACKAGING )
Expand Down

0 comments on commit c11aacf

Please sign in to comment.