We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42a50c commit 9a0dee2Copy full SHA for 9a0dee2
1 file changed
CMakeLists.txt
@@ -186,7 +186,7 @@ endif()
186
# Development: This is currently in development and probably has bugs.
187
get_property(DREAM3DProj_RELEASE_TYPE GLOBAL PROPERTY PACKAGE_RELEASE_TYPE)
188
if("${DREAM3DProj_RELEASE_TYPE}" STREQUAL "")
189
- set(DREAM3DProj_RELEASE_TYPE "Development")
+ set(DREAM3DProj_RELEASE_TYPE "Official")
190
set_property(GLOBAL PROPERTY PACKAGE_RELEASE_TYPE "${DREAM3DProj_RELEASE_TYPE}")
191
endif()
192
0 commit comments