Skip to content

Commit 644e42e

Browse files
committed
install gufi_common.py and gufi_config.py to lib
1 parent 19857cd commit 644e42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ set(LIBRARIES
134134
foreach(LIBRARY ${LIBRARIES})
135135
configure_file("${LIBRARY}" "${LIBRARY}" @ONLY)
136136

137-
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/${LIBRARY}" DESTINATION "${BIN}" COMPONENT Server)
137+
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/${LIBRARY}" DESTINATION "${LIB}" COMPONENT Server)
138138

139139
# when running make install, client files will not overwrite server files
140140
if (CLIENT)
141-
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${LIBRARY}" DESTINATION "${BIN}" COMPONENT Client)
141+
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${LIBRARY}" DESTINATION "${LIB}" COMPONENT Client)
142142
endif()
143143
endforeach()
144144

0 commit comments

Comments
 (0)