Skip to content

Commit

Permalink
[Issue JdeRobot#485] Adds target easyiceconfig_py to the default target.
Browse files Browse the repository at this point in the history
  • Loading branch information
lr-morales committed Aug 30, 2016
1 parent 50feb61 commit d04ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/easyiceconfig_py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ file(GLOB ModuleFiles
string(REGEX REPLACE "[^;]+\\.in;?" "" ModuleFiles "${ModuleFiles}")


add_custom_target(easyiceconfig_py)
add_custom_target(easyiceconfig_py ALL)
foreach(ModuleFile ${ModuleFiles})
add_custom_command(TARGET easyiceconfig_py
COMMAND ${CMAKE_COMMAND} -E copy
Expand Down

0 comments on commit d04ea85

Please sign in to comment.