X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1196743dd60970a67031a16cf362a2c41a35157b..a28ebcdb8b697f4967bb65c219453e9ae56393af:/buildtools/Cmake/Modules/FindPCRE.cmake diff --git a/buildtools/Cmake/Modules/FindPCRE.cmake b/buildtools/Cmake/Modules/FindPCRE.cmake index eba8fb93cc..45eddfe299 100644 --- a/buildtools/Cmake/Modules/FindPCRE.cmake +++ b/buildtools/Cmake/Modules/FindPCRE.cmake @@ -52,4 +52,7 @@ if(PATH_PCRE_LIB) message(STATUS "Looking for lib pcre - found") else(PATH_PCRE_LIB) message(STATUS "Looking for lib pcre - not found") -endif(PATH_PCRE_LIB) \ No newline at end of file +endif(PATH_PCRE_LIB) + +mark_as_advanced(PATH_PCRE_H) +mark_as_advanced(PATH_PCRE_LIB) \ No newline at end of file