simplified after_ws_install

This commit is contained in:
Yehonal
2016-08-11 20:53:32 +02:00
parent 057da0a71a
commit 8c48569be1

View File

@@ -1,5 +1,2 @@
if( UNIX )
install(FILES "${CMAKE_SOURCE_DIR}/modules/skeleton-module/conf/my_custom.conf.dist" DESTINATION ${CONF_DIR})
elseif( WIN32 )
install(FILES "${CMAKE_SOURCE_DIR}/modules/skeleton-module/conf/my_custom.conf.dist" DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()
install(FILES "${CMAKE_SOURCE_DIR}/modules/skeleton-module/conf/my_custom.conf.dist" DESTINATION ${CONF_DIR})