X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6b5e106ef53a55ba7a1d7228f19456c9b249df9..2f3581bd4a235a2d99d216ccd78b27fa94155940:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 27463ba975..c0c499aea4 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -11,7 +11,7 @@ else() set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path where to install project") endif() -set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) +set(pipol_user ${pipol_user} CACHE INTERNAL "pipol_user" FORCE) mark_as_advanced(pipol_user) option(release "Whether Release Mode is activated (disable tests on experimental parts)" on)