Salome HOME
Use a more standard path for exported cmake configuration.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Wed, 16 Jan 2019 14:54:05 +0000 (15:54 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Wed, 16 Jan 2019 14:54:05 +0000 (15:54 +0100)
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)