Skip to content

Commit

Permalink
Merge pull request #1865 from STEllAR-GROUP/set_output_name
Browse files Browse the repository at this point in the history
Setting OUTPUT_NAME as target properties
  • Loading branch information
hkaiser committed Nov 17, 2015
2 parents 884a57f + acf4759 commit 02c9fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HPX_SetLibName.cmake
Expand Up @@ -13,6 +13,7 @@ MACRO (hpx_set_lib_name target name)
hpx_debug("hpx_set_lib_name: target:" ${target} "name: " ${name})
set_target_properties (${target}
PROPERTIES
OUTPUT_NAME hpx_${name}
DEBUG_OUTPUT_NAME hpx_${name}
RELEASE_OUTPUT_NAME hpx_${name}
MINSIZEREL_OUTPUT_NAME hpx_${name}
Expand Down

0 comments on commit 02c9fdf

Please sign in to comment.