Fix typos and whitespace in CMake files.

This commit is contained in:
Maarten Bent
2018-08-17 19:15:08 +02:00
parent 61500907ee
commit 0bf459de92
6 changed files with 11 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ if(MSVC OR MINGW)
endif()
if(MSVC)
# Include generator expression to supress default Debug/Release pair
# Include generator expression to suppress default Debug/Release pair
set(wxPLATFORM_LIB_DIR "$<1:/>${wxCOMPILER_PREFIX}${wxARCH_SUFFIX}_${lib_suffix}")
else()
set(wxPLATFORM_LIB_DIR "/${wxCOMPILER_PREFIX}${wxARCH_SUFFIX}_${lib_suffix}")