From: Ovidiu Mircescu Date: Wed, 16 Jan 2019 14:54:05 +0000 (+0100) Subject: Use a more standard path for exported cmake configuration. X-Git-Tag: v1.0~8 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Fpy2cpp.git;a=commitdiff_plain;h=da5aae60d1885af582c22b7baf8d9a94526919cd Use a more standard path for exported cmake configuration. --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6889d06..c0d911d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)