Skip to content

Commit

Permalink
BUG: Fix cswig exe install dir
Browse files Browse the repository at this point in the history
This fixes the CableSwig executable install rules to use the proper
configuration variable.  Patch from Gaëtan Lehmann.
  • Loading branch information
bradking committed Mar 2, 2009
1 parent 92f9bed commit d3f39a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Executables/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ TARGET_LINK_LIBRARIES(cableidx
)

INSTALL(TARGETS cswig cableidx
RUNTIME DESTINATION ${GCCXML_INSTALL_ROOT}bin
RUNTIME DESTINATION ${CableSwig_INSTALL_ROOT}bin
COMPONENT Development)

0 comments on commit d3f39a3

Please sign in to comment.