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 7b40a6a commit 11eae3fCopy full SHA for 11eae3f
cmake/macros/CompositeSources.cmake
@@ -30,7 +30,7 @@ set(COMPOSITE_SOURCE_EXCLUSIONS "" CACHE STRING
30
"A list of targets to skip when compositing sources. This is mainly
31
desirable for CI builds.")
32
33
-set(COMPOSITE_GENERATOR "${CMAKE_SOURCE_DIR}/cmake/scripts/MakeComposite.cmake")
+set(COMPOSITE_GENERATOR "${CMAKE_CURRENT_SOURCE_DIR}/cmake/scripts/MakeComposite.cmake")
34
35
36
# Define composite_sources()
0 commit comments