4.9.3 tarballs available (for packagers)
Rex Dieter
rdieter at math.unl.edu
Tue Nov 6 22:01:26 UTC 2012
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
More information about the Kde-buildsystem
mailing list