From 9fd22872c0e5f52ad47f8cd002111489738b7dda Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 8 Jul 2016 23:58:11 +0200 Subject: restructured repository based on following standards: https://github.com/HW-Core/directory-structure --- src/genrev/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/genrev') diff --git a/src/genrev/CMakeLists.txt b/src/genrev/CMakeLists.txt index a953fa5939..64b2abdf74 100644 --- a/src/genrev/CMakeLists.txt +++ b/src/genrev/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) +# Copyright (C) # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -10,6 +10,6 @@ # Need to pass old ${CMAKE_BINARY_DIR} as param because its different at build stage add_custom_target(revision.h ALL - COMMAND ${CMAKE_COMMAND} -DBUILDDIR=${CMAKE_BINARY_DIR} -P ${CMAKE_SOURCE_DIR}/cmake/genrev.cmake + COMMAND ${CMAKE_COMMAND} -DBUILDDIR=${CMAKE_BINARY_DIR} -P ${CMAKE_SOURCE_DIR}/src/cmake/genrev.cmake WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ) -- cgit v1.2.3