X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9864bdbd7ad0c0a3f83f374c3927a996b596a805..20bce0939a53dd9bb3c6ea68107e9529372db19b:/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