Salome HOME
Use a more standard path for exported cmake configuration.
[tools/py2cpp.git] / src / CMakeLists.txt
index 6889d06dd4c30399789aa1689613ce76914b091a..c0d911dc9530b54eea810458ce72b27a55898101 100644 (file)
@@ -51,6 +51,6 @@ TARGET_INCLUDE_DIRECTORIES(py2cpp PUBLIC
 
 INSTALL(TARGETS py2cpp EXPORT FindPy2cpp LIBRARY DESTINATION lib)
 INSTALL(FILES ${_py2cpp_headers} DESTINATION include/py2cpp)
-INSTALL(EXPORT FindPy2cpp DESTINATION cmake)
+INSTALL(EXPORT FindPy2cpp DESTINATION lib/cmake/py2cpp)
 
 ADD_SUBDIRECTORY(Test)