mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 11:47:50 +00:00
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
|
|
#set default build type to Release
|
|
if(NOT CMAKE_BUILD_TYPE)
|
|
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
|
|
"Choose the type of build, options are: Debug Release
|
|
RelWithDebInfo MinSizeRel." FORCE)
|
|
endif()
|
|
|
|
|