[Kst] branches/work/kst/portto4/kst/cmake/modules
Peter Kümmel
syntheticpp at gmx.net
Fri Feb 18 22:39:53 CET 2011
SVN commit 1221540 by kuemmel:
cmake: enable so number again
M +1 -1 KstMacros.cmake
--- branches/work/kst/portto4/kst/cmake/modules/KstMacros.cmake #1221539:1221540
@@ -65,7 +65,7 @@
macro(kst_set_target_properties)
set_property(TARGET ${kst_name} PROPERTY DEBUG_POSTFIX ${kst_debug_postfix})
- #set_target_properties(${kst_name} PROPERTIES VERSION ${kst_version} SOVERSION 2)
+ set_target_properties(${kst_name} PROPERTIES VERSION ${kst_version} SOVERSION 2)
endmacro()
More information about the Kst
mailing list