diff options
| author | ruki <[email protected]> | 2023-08-01 23:34:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-01 23:34:34 +0800 |
| commit | d574d28425a53e7d542b32719b250e43366c16be (patch) | |
| tree | 052c3e9eb1790e09157fa88287c2147b31d843ea /xmake/plugins/project/cmake/cmakelists.lua | |
| parent | ae1dd341b914d6fd81f974251cfe278f660452d9 (diff) | |
remove some deprecated apis
Diffstat (limited to 'xmake/plugins/project/cmake/cmakelists.lua')
| -rw-r--r-- | xmake/plugins/project/cmake/cmakelists.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/plugins/project/cmake/cmakelists.lua b/xmake/plugins/project/cmake/cmakelists.lua index 0c78ba4bf..54d87a251 100644 --- a/xmake/plugins/project/cmake/cmakelists.lua +++ b/xmake/plugins/project/cmake/cmakelists.lua @@ -482,11 +482,6 @@ function _add_target_include_directories(cmakelists, target, outputdir) end cmakelists:print(")") end - -- export config header directory (deprecated) - local configheader = target:configheader() - if configheader then - cmakelists:print("target_include_directories(%s PUBLIC %s)", target:name(), _get_relative_unix_path(path.directory(configheader), outputdir)) - end end -- add target system include directories |
