X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45682da725cf98b6fd3b49f120ab2fae7c8298ae..a8de1f413376d0e422ba49559243762ff7100fd3:/buildtools/Cmake/Distrib.cmake diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 1ee02abcdc..81bf3206b0 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -79,8 +79,8 @@ endif(enable_lib_static AND NOT WIN32) # include files set(HEADERS - ${install_HEADERS} - ${GENERATE_HEADERS} + ${headers_to_install} + ${generated_headers_to_install} ) foreach(file ${HEADERS}) get_filename_component(location ${file} PATH)