You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(LPAC_DYNAMIC_LIBEUICC"Build and install libeuicc as a dynamic library"OFF)
14
+
cmake_dependent_option(LPAC_DYNAMIC_DRIVERS"Build lpac/libeuicc driver backends as a dynamic library"ON"LPAC_DYNAMIC_LIBEUICC"OFF)
15
+
cmake_dependent_option(LPAC_DYNAMIC_DRIVERS_SOLID"Build lpac/libeuicc driver backends as a solid dynamic library"OFF"LPAC_DYNAMIC_LIBEUICC AND LPAC_DYNAMIC_DRIVERS"OFF)
Copy file name to clipboardExpand all lines: driver/CMakeLists.txt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,3 @@
1
-
include(CMakeDependentOption)
2
-
cmake_dependent_option(LPAC_DYNAMIC_DRIVERS"Build lpac/libeuicc driver backends as a dynamic library"ON"LPAC_DYNAMIC_LIBEUICC"OFF)
3
-
cmake_dependent_option(LPAC_DYNAMIC_DRIVERS_SOLID"Build lpac/libeuicc driver backends as a solid dynamic library"OFF"LPAC_DYNAMIC_LIBEUICC AND LPAC_DYNAMIC_DRIVERS"OFF)
0 commit comments