CMAKE_SOURCE_DIR AND _BINARY_DIR to LIBZYPP_SOURCE_...
[platform/upstream/libzypp.git] / tests / repo / CMakeLists.txt
index 22aee06..321613a 100644 (file)
@@ -2,6 +2,6 @@ ADD_SUBDIRECTORY( yum )
 ADD_SUBDIRECTORY( susetags )
 
 # to find the KeyRingTest receiver
-INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/tests/zypp )
+INCLUDE_DIRECTORIES( ${LIBZYPP_SOURCE_DIR}/tests/zypp )
 
 ADD_TESTS(RepoVariables OutdatedMetadata)