Browse Source

cmake: Fix path resolving...

Xenofon Karamanos 9 months ago
parent
commit
f7dc5ebeb9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/kamctl/CMakeLists.txt

+ 1 - 0
utils/kamctl/CMakeLists.txt

@@ -217,6 +217,7 @@ else()
   endif()
 
   # Set the root directories
+  set(ROOTDIR ${CMAKE_SOURCE_DIR})
   set(STYLESHEETS ${ROOTDIR}/doc/stylesheets/dbschema_k/xsl)
   set(CATALOG ${ROOTDIR}/doc/stylesheets/dbschema_k/catalog.xml)