Browse Source

Merge branch 'ST2' into T25UP341_base_ST2

80274480 3 months ago
parent
commit
c2deae9d22
1 changed files with 1 additions and 4 deletions
  1. 1 4
      CMakeLists.txt

+ 1 - 4
CMakeLists.txt

@@ -708,11 +708,8 @@ install(FILES ${RVC_RESOURCE_FILES} DESTINATION ${RVC_RUNTIME_PATH} COMPONENT re
 		install(FILES ${RVC_ADD_BIN_FILES} DESTINATION ${RVC_RUNTIME_PATH} COMPONENT libraries)
 	endif(NOT MSVC)
 
-endif(NOT ONLY_BUILD_DEVADAPTER)
 
-
-
-if(MSVC AND NOT ONLY_BUILD_DEVADAPTER)
+if(MSVC)
 	if(MSVC_RUNTIME STREQUAL "dynamic")
 		# the INSTALL command is not called. The user can use the variable 
 		# CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to use a custom install command and install them however they want.