Expose PROFILE property in the CMake GUIs

This commit is contained in:
Randy Heit 2016-01-07 14:07:46 -06:00
parent b1e8738b7c
commit e818d4c6c0
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ endif( SSE_MATTERS )
if( CMAKE_COMPILER_IS_GNUCXX )
set( GPROF 0 CACHE BOOL "Enable profiling with gprof for Debug and RelWithDebInfo build types." )
set( PROFILE 0 CACHE INT "1=Generate profile coverage info, 2=Use it" )
endif( CMAKE_COMPILER_IS_GNUCXX )
find_package( ZLIB )