We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68847ef commit 1d51563Copy full SHA for 1d51563
.branch
CMakeLists.txt
@@ -49,7 +49,8 @@ set(GLOBAL PROPERTY NEO_OCL_COMPONENTS_LIST "")
49
define_property(GLOBAL PROPERTY NEO_L0_COMPONENTS_LIST BRIEF_DOCS "List of components" FULL_DOCS "List of components to create packages")
50
set(GLOBAL PROPERTY NEO_L0_COMPONENTS_LIST "")
51
52
-set(BRANCH_TYPE "")
+file(READ ".branch" BRANCH_TYPE)
53
+string(STRIP "${BRANCH_TYPE}" BRANCH_TYPE)
54
set(BRANCH_DIR_SUFFIX "/${BRANCH_TYPE}")
55
list(APPEND BRANCH_DIR_LIST "/")
56
if(NOT "${BRANCH_TYPE}" STREQUAL "")
0 commit comments