stamdStatic Markdown Page Generator |
git clone git://git.dimitrijedobrota.com/stamd.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
prelude.cmake (315B)
0 # ---- In-source guard ---- 1 2 if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) 3 message( 4 FATAL_ERROR 5 "In-source builds are not supported. " 6 "Please read the BUILDING document before trying to build this project. " 7 "You may need to delete 'CMakeCache.txt' and 'CMakeFiles/' first." 8 ) 9 endif()