summaryrefslogtreecommitdiff
path: root/examples/workflows/inliner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/workflows/inliner')
-rw-r--r--examples/workflows/inliner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/workflows/inliner/CMakeLists.txt b/examples/workflows/inliner/CMakeLists.txt
index 0a271d4b..417b9458 100644
--- a/examples/workflows/inliner/CMakeLists.txt
+++ b/examples/workflows/inliner/CMakeLists.txt
@@ -9,7 +9,7 @@ file(GLOB SOURCES
add_library(workflow_inliner SHARED ${SOURCES})
-if(NOT BN_API_BUILD_EXAMPLES)
+if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
# Out-of-tree build
find_path(
BN_API_DIR