declare_folded_class NO LONGER _in_file
[hiphop-php.git] / CMake / HHVMProject.cmake
blobaba089d3ccf2ee3efe3ae670d9f92ead39b1a571
1 # This must be done after the 'project' command
2 if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
3   set(CMAKE_BUILD_TYPE "Release")
4   message(STATUS "Build type not specified: cmake build type Release.")
5 endif()