We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67881f3 commit 056b428Copy full SHA for 056b428
config/modules/ConfigureExecutable.cmake
@@ -3,7 +3,7 @@ function(configure_executable)
3
set(multiValueArgs SOURCE_FILES BUILD_LINK_LIBRARIES)
4
cmake_parse_arguments(EXE "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
5
6
- set(ExecutableTargetName ${PROJECT_NAME}_${EXE_NAME})
+ set(ExecutableTargetName ${EXE_NAME})
7
8
message(
9
STATUS
0 commit comments