Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.18 KB | None | 0 0
  1. if (NOT CMAKE_BUILD_TYPE)
  2.   set (CMAKE_BUILD_TYPE RELEASE CACHE STRING
  3.       "Choose the type of build, options are: None Debug Release."
  4.       FORCE)
  5. endif (NOT CMAKE_BUILD_TYPE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement