Skip to content

Commit

Permalink
Set correct name for ocla build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
guanyung-rs committed Aug 30, 2023
1 parent 3a5e4ee commit 0ac10ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ConfigurationRS/Ocla/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ endif()
#
# Three elements will be built
#
# 1. subsystem library (in this case bitgenerator) - it contains all the core code to generate bitstream. It will be called by other elements
# 1. subsystem library (in this case ocla) - it contains all the core code to generate bitstream. It will be called by other elements
#
# 2. raptor_bin executable (in this case raptor_bitgenerator exe) - it is external command line entry which eventually call subsystem library (item 1)
# 2. raptor_bin executable (in this case raptor_ocla exe) - it is external command line entry which eventually call subsystem library (item 1)
#
# 3. test_bin executable (in this case bitgenerator_test exe) - it is external command line entry which eventually call subsystem library (item 1) for unit testing
# 3. test_bin executable (in this case ocla exe) - it is external command line entry which eventually call subsystem library (item 1) for unit testing
#
#################################################################################################################

Expand Down

0 comments on commit 0ac10ae

Please sign in to comment.