Brad King wrote:
> but would be better written (also untested):
> 
>  if(NOT CMAKE_PLATFORM_INFO_DIR) # pre-2.8.10
>    set(CMAKE_PLATFORM_INFO_DIR
>    ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
>  endif()
>  configure_file(${script_dir}/CMakeCSharpCompiler.cmake.in
>    ${CMAKE_PLATFORM_INFO_DIR}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)


thanks Brad, I tested that does indeed work for me, and looks like the 
cleanest approach.  I attached what I used on:
https://bugs.kde.org/309652

-- rex

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to