Skip to content

Commit 4003b40

Browse files
committed
[cmake] Change install dir for vars and module files
1 parent 6e5e75e commit 4003b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT CMAKE_INSTALL_PREFIX STREQUAL TRIQS_ROOT AND NOT IS_SUBPROJECT)
99
FILES
1010
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.modulefile
1111
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}vars.sh
12-
DESTINATION share
12+
DESTINATION share/c2py
1313
)
1414

1515
message(STATUS "***************************************************************")

0 commit comments

Comments
 (0)