Merge remote-tracking branch 'origin/upstream' into tizen
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / CMakeLists.txt
index 77d1d34..0e99e74 100644 (file)
@@ -348,8 +348,9 @@ macro(run_external_revision_generate source_dir symbol_name output)
     # NOTE: If you modify this call to use --rev_file instead of --git_dir (to read the commit ID from a file instead of
     # parsing from a Git repository), you probably also want to add the revision file to the list of DEPENDS on the
     # subsequent line (to ensure that the script is re-run when the revision file is modified).
-    COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/external_revision_generator.py --git_dir ${source_dir} -s ${symbol_name} -o ${output}
-    DEPENDS ${SCRIPTS_DIR}/external_revision_generator.py ${source_dir}/.git/HEAD ${source_dir}/.git/index
+    COMMAND  uuidgen > ${source_dir}/rev
+    COMMAND ${PYTHON_CMD} ${SCRIPTS_DIR}/external_revision_generator.py --rev_file ${source_dir}/rev -s ${symbol_name} -o ${output}
+    #DEPENDS ${SCRIPTS_DIR}/external_revision_generator.py ${source_dir}/git/HEAD ${source_dir}/git/index
     )
 endmacro()
 
@@ -385,7 +386,6 @@ if(BUILD_LAYERS)
 endif()
 
 
-
 if(NOT WIN32)
     include(GNUInstallDirs)