From fee77a591b11147f123fc0d529dcbb515ac6f055 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 6 Dec 2019 17:09:10 +0100 Subject: [PATCH 1/1] install version.h (take 2) --- CMakeLists.txt | 1 + tools/cmake/DefinePackages.cmake | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 193567c5d2..6146201582 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -593,6 +593,7 @@ endif() set(generated_headers_to_install ${CMAKE_CURRENT_BINARY_DIR}/include/smpi/mpif.h ${CMAKE_CURRENT_BINARY_DIR}/include/simgrid/config.h + ${CMAKE_CURRENT_BINARY_DIR}/include/simgrid/version.h ) set(generated_headers ${CMAKE_CURRENT_BINARY_DIR}/src/internal_config.h ) diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 96bde893eb..3db1ff93f8 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -707,7 +707,6 @@ set(headers_to_install include/simgrid/mutex.h include/simgrid/semaphore.h include/simgrid/storage.h - include/simgrid/version.h include/simgrid/vm.h include/simgrid/zone.h include/simgrid/s4u/Activity.hpp -- 2.20.1