Skip to content

Commit

Permalink
Further fix the cmake logic
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Oct 23, 2024
1 parent a49f126 commit caea64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ConfigureManifest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function(configure_manifest manifest new_manifest_path)
if("${line}" MATCHES "'@include")
string(REGEX REPLACE "-.*" "" indent ${line})
string(REGEX REPLACE ".*@include" "" path "${line}")
string(REGEX REPLACE "'$" "" path "${path}")
string(STRIP "${path}" path)
set(path ${CMAKE_SOURCE_DIR}/${path})
file(STRINGS ${path} module_lines)
Expand Down

0 comments on commit caea64a

Please sign in to comment.