Skip to content

Commit f1b6d34

Browse files
committed
Fix name of target to install for genfasm.
Signed-off-by: Keith Rothman <[email protected]>
1 parent 0802836 commit f1b6d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ add_executable(genfasm src/main.cpp)
2525
target_link_libraries(genfasm fasm)
2626

2727
#Specify link-time dependancies
28-
install(TARGETS fasm DESTINATION bin)
28+
install(TARGETS genfasm DESTINATION bin)
2929

3030
#
3131
# Unit Tests

0 commit comments

Comments
 (0)