Skip to content

Commit c855d04

Browse files
committed
change dash to space between compiler name and build type
1 parent 742fad2 commit c855d04

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
@@ -32,7 +32,7 @@ else()
3232
add_executable(picotool main.cpp)
3333
set(PICOTOOL_VERSION 1.1.0-develop)
3434
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")
35-
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}-${CMAKE_BUILD_TYPE}")
35+
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION} ${CMAKE_BUILD_TYPE}")
3636
target_compile_definitions(picotool PRIVATE
3737
PICOTOOL_VERSION="${PICOTOOL_VERSION}"
3838
SYSTEM_VERSION="${SYSTEM_VERSION}"

0 commit comments

Comments
 (0)