Przeglądaj źródła

Add a default for LIB_INSTALL_DIR

Jens Reimann 7 lat temu
rodzic
commit
3604edd94e
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -28,6 +28,8 @@ set(OPEN62541_VER_LABEL "dev") # Appended to the X.Y.Z version format. For examp
 
 set(LIB_INSTALL_DIR lib CACHE PATH "Installation path of libraries")
 
+set(LIB_INSTALL_DIR lib CACHE PATH "Installation path of libraries")
+
 # Set OPEN62541_VER_COMMIT
 if(GIT_FOUND)
     execute_process(COMMAND ${GIT_EXECUTABLE} describe --always --tags