Skip to content

Commit

Permalink
templates/cmakelists_template: Use pdk_en instead of oot_en.
Browse files Browse the repository at this point in the history
Signed-off-by: andreidanila1 <[email protected]>
  • Loading branch information
andreidanila1 committed Aug 21, 2024
1 parent 1e6593f commit 8bf6fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plugingenerator/templates/cmakelists_template.mako
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configure_file(
target_include_directories(${"${PROJECT_NAME}"} INTERFACE ${"${CMAKE_CURRENT_SOURCE_DIR}"}/include)
target_include_directories(${"${PROJECT_NAME}"} PRIVATE ${"${CMAKE_CURRENT_SOURCE_DIR}"}/include/${"${SCOPY_MODULE}"})

% if oot_en:
% if pdk_en:
target_include_directories(${"${PROJECT_NAME}"} PRIVATE ${"${PDK_DEPS_INCLUDE}"})

include(${"${CMAKE_SOURCE_DIR}"}/PdkSupport.cmake)
Expand Down

0 comments on commit 8bf6fa6

Please sign in to comment.