Browse Source

Add a default for LIB_INSTALL_DIR

Jens Reimann 7 years ago
parent
commit
bbfad81034
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -15,6 +15,8 @@ set(OPEN62541_VER_MINOR 2)
 set(OPEN62541_VER_PATCH 0)
 set(OPEN62541_VER_LABEL "") # Appended to the X.Y.Z version format. For example "-rc1" or an empty string
 
+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