CMake: Fix using Windows path separator in wxINSTALL_PREFIX
This commit is contained in:
parent
fb8e860c05
commit
c8bfd53d13
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ if(WXGTK)
|
|||
endforeach()
|
||||
endif()
|
||||
|
||||
set(wxINSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
|
||||
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" wxINSTALL_PREFIX)
|
||||
|
||||
check_include_files("stdlib.h;stdarg.h;string.h;float.h" STDC_HEADERS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue