From 198f070a2baa0bdcaa51da1b9c19a4517d6378f9 Mon Sep 17 00:00:00 2001 From: Anton Bilohai Date: Wed, 5 Aug 2020 19:47:00 +0300 Subject: [PATCH] fixup! cmake: create separate HLAPI library --- framework/platform/hlapi/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/framework/platform/hlapi/CMakeLists.txt b/framework/platform/hlapi/CMakeLists.txt index b2e8485be8..0630d06ad0 100644 --- a/framework/platform/hlapi/CMakeLists.txt +++ b/framework/platform/hlapi/CMakeLists.txt @@ -37,7 +37,3 @@ install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) - -if(BUILD_TESTS) - add_subdirectory(test) -endif()