Skip to content
Snippets Groups Projects
Verified Commit dd724ecf authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent f3631bba
No related branches found
No related tags found
No related merge requests found
Pipeline #8527 passed
Pipeline: caosdb-cppinttest

#8555

    Pipeline: caosdb-cppinttest

    #8531

      ......@@ -29,7 +29,7 @@ project(libcaosdb
      # override options with variables (globally)
      # needed for turning off unused code from grpc
      cmake_policy(SET CMP0077 NEW)
      cmake_policy(SET CMP0077 NEW)
      set(CMAKE_CXX_STANDARD 17)
      set(CMAKE_CXX_STANDARD_REQUIRED ON)
      ......@@ -144,8 +144,8 @@ ${_PROTOBUF_LIBPROTOBUF})
      # These variables slightly modify the install location to allow for version
      # specific installations.
      option(INSTALL_DIR_NAME "libcaosdb-${libcaosdb_VERSION}")
      set(libcaosdb_INCLUDE_DEST "include/libcaosdb-${libcaosdb_VERSION}")
      set(libcaosdb_LIB_DEST "lib/libcaosdb-${libcaosdb_VERSION}")
      set(libcaosdb_INCLUDE_DEST "include/${INSTALL_DIR_NAME}")
      set(libcaosdb_LIB_DEST "lib/${INSTALL_DIR_NAME}")
      # generator expressions are needed for the include directories, since
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment