diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-17 18:28:55 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-17 18:28:55 +0200 |
commit | 363f2df4fa22b3eb95ff4603d73b7a042f3fefd1 (patch) | |
tree | 2be3fd78495421ec59ad2f9aa2310002008af6fc /indra/newview | |
parent | e0cf0cdfd49e5a946dcd202a083fb23f01e4f1fe (diff) |
Remove function create_target and instead directly use add_library
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 943e621eb8..23714442d5 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1537,7 +1537,7 @@ if (WINDOWS) if (INTEL_MEMOPS_LIBRARY) - create_target( ll::intel_memops ) + add_library( ll::intel_memops INTERFACE IMPORTED ) target_link_libraries( ll::intel_memops ${INTEL_MEMOPS_LIBRARY} ) endif (INTEL_MEMOPS_LIBRARY) |