mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-25 09:31:11 +00:00
Fixed top CMakeLists.txt
replaced "asdf-" in target name with ${PROJECT_NAME}-, so now setting project name (and version) in the project section will result in a properly named result.
This commit is contained in:
parent
bab5d3c8ab
commit
afdf74bd51
@ -40,7 +40,7 @@ message("SRC Dir is ${PROJECT_SRC_DIR}")
|
||||
set(DOC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/docs)
|
||||
message("Documentation and web page directory is ${DOC_DIR}")
|
||||
|
||||
set (PROJECT_TARGET_NAME asdf-v${PROJECT_VERSION}-${ARCH})
|
||||
set (PROJECT_TARGET_NAME ${PROJECT_NAME}-v${PROJECT_VERSION}-${ARCH})
|
||||
set (PROJECT_EXECUTABLE_TARGET_NAME ${PROJECT_TARGET_NAME})
|
||||
|
||||
if(ARCH MATCHES test)
|
||||
|
Loading…
Reference in New Issue
Block a user