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 39f1950 commit 17cbae6Copy full SHA for 17cbae6
storage/mroonga/vendor/groonga/vendor/plugins/CMakeLists.txt
@@ -15,11 +15,12 @@
15
16
file(GLOB
17
PLUGIN_CMAKE_LISTS_LIST
18
+ RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
19
"${CMAKE_CURRENT_SOURCE_DIR}/*/CMakeLists.txt")
20
if(PLUGIN_CMAKE_LISTS_LIST)
21
foreach(PLUGIN_CMAKE_LISTS "${PLUGIN_CMAKE_LISTS_LIST}")
22
string(REGEX REPLACE
- "(^${CMAKE_CURRENT_SOURCE_DIR}/+|/+CMakeLists\\.txt$)" ""
23
+ "(/+CMakeLists\\.txt$)" ""
24
PLUGIN_DIR
25
"${PLUGIN_CMAKE_LISTS}")
26
add_subdirectory("${PLUGIN_DIR}")
0 commit comments