Skip to content

Commit 8c6f254

Browse files
Leonardo Alminanaedsiper
authored andcommitted
build: fixed custom target collision issue
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 60b50df commit 8c6f254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,6 @@ if(CPROF_SYSTEM_MACOS)
363363
endif()
364364

365365
# Create tarball
366-
add_custom_target(tarball COMMAND "bash" "${CMAKE_CURRENT_SOURCE_DIR}/create-submoduled-tarball.sh" "cprofiles-${CPROF_VERSION_STR}")
366+
add_custom_target(cprofiles_tarball COMMAND "bash" "${CMAKE_CURRENT_SOURCE_DIR}/create-submoduled-tarball.sh" "cprofiles-${CPROF_VERSION_STR}")
367367

368368
include(CPack)

0 commit comments

Comments
 (0)