Author: akhaldi Date: Mon Oct 6 18:22:07 2014 New Revision: 64560
URL: http://svn.reactos.org/svn/reactos?rev=64560&view=rev Log: [CMAKE] * Don't add a dependency on a file.
Modified: trunk/reactos/cmake/msvc.cmake
Modified: trunk/reactos/cmake/msvc.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/msvc.cmake?rev=64560&... ============================================================================== --- trunk/reactos/cmake/msvc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/msvc.cmake [iso-8859-1] Mon Oct 6 18:22:07 2014 @@ -283,7 +283,6 @@ else() # NOTE: as stub file and def file are generated in one pass, depending on one is like depending on the other add_library(${_libname} STATIC EXCLUDE_FROM_ALL ${_asm_stubs_file}) - add_dependencies(${_libname} ${_def_file}) # set correct "link rule" set_target_properties(${_libname} PROPERTIES LINKER_LANGUAGE "IMPLIB") endif()