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/cmake/Linking.cmake | |
| parent | e0cf0cdfd49e5a946dcd202a083fb23f01e4f1fe (diff) | |
Remove function create_target and instead directly use add_library
Diffstat (limited to 'indra/cmake/Linking.cmake')
| -rw-r--r-- | indra/cmake/Linking.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake index 7b89e8707f..5a16776e57 100644 --- a/indra/cmake/Linking.cmake +++ b/indra/cmake/Linking.cmake @@ -55,7 +55,7 @@ endif (NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Release") link_directories(${AUTOBUILD_LIBS_INSTALL_DIRS}) -create_target(ll::oslibraries) +add_library( ll::oslibraries INTERFACE IMPORTED ) if (LINUX) target_link_libraries( ll::oslibraries INTERFACE |
