Fix non-breakable spaces accidentally committed in parent commit
Replace them with normal spaces to prevent CMake from giving an incomprehensible error.
This commit is contained in:
parent
570af08ea1
commit
e6ad7bc077
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ function(wx_add name group)
|
||||||
add_executable(${target_name} ${exe_type} ${src_files})
|
add_executable(${target_name} ${exe_type} ${src_files})
|
||||||
|
|
||||||
if (DEFINED wxUSE_DPI_AWARE_MANIFEST_VALUE)
|
if (DEFINED wxUSE_DPI_AWARE_MANIFEST_VALUE)
|
||||||
set_target_properties(${target_name} PROPERTIES LINK_FLAGS "/MANIFEST:NO")
|
set_target_properties(${target_name} PROPERTIES LINK_FLAGS "/MANIFEST:NO")
|
||||||
target_compile_definitions(${target_name} PRIVATE wxUSE_DPI_AWARE_MANIFEST=${wxUSE_DPI_AWARE_MANIFEST_VALUE})
|
target_compile_definitions(${target_name} PRIVATE wxUSE_DPI_AWARE_MANIFEST=${wxUSE_DPI_AWARE_MANIFEST_VALUE})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue