We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b50df commit 8c6f254Copy full SHA for 8c6f254
CMakeLists.txt
@@ -363,6 +363,6 @@ if(CPROF_SYSTEM_MACOS)
363
endif()
364
365
# Create tarball
366
-add_custom_target(tarball COMMAND "bash" "${CMAKE_CURRENT_SOURCE_DIR}/create-submoduled-tarball.sh" "cprofiles-${CPROF_VERSION_STR}")
+add_custom_target(cprofiles_tarball COMMAND "bash" "${CMAKE_CURRENT_SOURCE_DIR}/create-submoduled-tarball.sh" "cprofiles-${CPROF_VERSION_STR}")
367
368
include(CPack)
0 commit comments