File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
22
3- # To Auto-determine the installation suffixes
4- enable_language (C)
5- include (GNUInstallDirs)
6-
73get_filename_component (LIBUSB_ROOT "libusb/libusb" ABSOLUTE )
84
95# Get the version information from version.h ignoring the nano version as it appears in version_nano.h and so we need it?
@@ -26,6 +22,9 @@ if(EMSCRIPTEN)
2622 enable_language (CXX)
2723endif ()
2824
25+ # To Auto-determine the installation suffixes
26+ include (GNUInstallDirs)
27+
2928# This function generates all the local variables what end up getting written to config.
3029# We use a function as any vars set in this context don't mess with the rest of the file.
3130# e.g. Logging LIBUSB_ENABLE_LOGGING mapps to ENABLE_LOGGING in the config, keeps it clean
You can’t perform that action at this time.
0 commit comments