[Kst] branches/work/kst/portto4/kst/cmake/modules

Peter Kümmel syntheticpp at gmx.net
Fri Jan 7 21:59:27 CET 2011


SVN commit 1212665 by kuemmel:

cmake: assume this is needed on linux

 M  +1 -1      KstMacros.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/KstMacros.cmake #1212664:1212665
@@ -65,7 +65,7 @@
 		install(TARGETS ${kst_name} RUNTIME DESTINATION bin
 		                            ARCHIVE DESTINATION lib)
 	else()
-		install(TARGETS ${kst_name} RUNTIME DESTINATION lib)
+		install(TARGETS ${kst_name} DESTINATION lib)
 	endif()
 endmacro()
 


More information about the Kst mailing list