Skip to content

Commit 1169f2e

Browse files
authored
Merge pull request verilog-to-routing#4 from litghost/fix_install_target
Fix name of target to install for genfasm.
2 parents 0802836 + f1b6d34 commit 1169f2e

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)