Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 24, 2016
1 parent a6fbeea commit e4c9830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/python/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ GET_PYTHON_ENV()
# add test case for each generated python example
# (not generated yet so have to fake filenames from META_EXAMPLES list)
FOREACH(META_EXAMPLE ${META_EXAMPLES})
# ".*/(.*/.*).sg"
# assume a structure python/<category>/listing.py
STRING(REGEX REPLACE ".*/(.*).sg" "\\1" EXAMPLE_NAME ${META_EXAMPLE})
STRING(REGEX REPLACE ".*/(.*/.*).sg" "\\1" EXAMPLE_NAME_WITH_DIR ${META_EXAMPLE})
STRING(REGEX REPLACE "/" "-" EXAMPLE_NAME_WITH_DIR ${EXAMPLE_NAME_WITH_DIR})
Expand Down

0 comments on commit e4c9830

Please sign in to comment.