[Kst] branches/work/kst/portto4/kst/cmake/modules
Peter Kümmel
syntheticpp at gmx.net
Wed May 9 20:21:33 UTC 2012
SVN commit 1293839 by kuemmel:
also build with MSVC2008
M +1 -1 KstPchSupport.cmake
--- branches/work/kst/portto4/kst/cmake/modules/KstPchSupport.cmake #1293838:1293839
@@ -70,7 +70,7 @@
execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different ${_header}.tmp ${_header}.cpp)
if(MSVC_IDE)
- set(use_pch "/Fp${_header}.\$(Configuration).pch")
+ set(use_pch "/Fp${_header}.\$(ConfigurationName).pch")
else()
set(use_pch /Fp${_header}.pch)
endif()
More information about the Kst
mailing list